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