Class PTDateTextAnnotationOptions
Implements
Foundation.INSCoding
ObjCRuntime.INativeObject
System.IDisposable
Foundation.INSCopying
Inherited Members
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class PTDateTextAnnotationOptions : PTAnnotationOptions, INSCoding, INativeObject, IDisposable, INSCopying
Constructors
PTDateTextAnnotationOptions()
Declaration
public PTDateTextAnnotationOptions()
PTDateTextAnnotationOptions(NSCoder)
Declaration
public PTDateTextAnnotationOptions(NSCoder coder)
Parameters
Type | Name | Description |
---|---|---|
Foundation.NSCoder | coder |
PTDateTextAnnotationOptions(NSObjectFlag)
Declaration
protected PTDateTextAnnotationOptions(NSObjectFlag t)
Parameters
Type | Name | Description |
---|---|---|
Foundation.NSObjectFlag | t |
PTDateTextAnnotationOptions(IntPtr)
Declaration
protected PTDateTextAnnotationOptions(IntPtr handle)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | handle |
Properties
ClassHandle
Declaration
public override IntPtr ClassHandle { get; }
Property Value
Type | Description |
---|---|
System.IntPtr |
Overrides
ShowDatePickerWhenCreated
Declaration
public virtual bool ShowDatePickerWhenCreated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowDatePickerWhenTapped
Declaration
public virtual bool ShowDatePickerWhenTapped { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
Foundation.INSCoding
ObjCRuntime.INativeObject
System.IDisposable
Foundation.INSCopying