Show / Hide Table of Contents

Class PTAnnotationOptions

Inheritance
System.Object
PTAnnotationOptions
PTArrowAnnotationOptions
PTDateTextAnnotationOptions
PTFileAttachmentAnnotationOptions
PTFreeTextAnnotationOptions
PTImageStampAnnotationOptions
PTSignatureAnnotationOptions
PTTextAnnotationOptions
PTTextMarkupAnnotationOptions
PTWidgetAnnotationOptions
Implements
Foundation.INSCoding
ObjCRuntime.INativeObject
System.IDisposable
Foundation.INSCopying
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class PTAnnotationOptions : NSObject, INSCoding, INativeObject, IDisposable, INSCopying

Constructors

PTAnnotationOptions()

Declaration
public PTAnnotationOptions()

PTAnnotationOptions(NSCoder)

Declaration
public PTAnnotationOptions(NSCoder coder)
Parameters
Type Name Description
Foundation.NSCoder coder

PTAnnotationOptions(NSObjectFlag)

Declaration
protected PTAnnotationOptions(NSObjectFlag t)
Parameters
Type Name Description
Foundation.NSObjectFlag t

PTAnnotationOptions(Boolean, Boolean)

Declaration
public PTAnnotationOptions(bool canCreate, bool canEdit)
Parameters
Type Name Description
System.Boolean canCreate
System.Boolean canEdit

PTAnnotationOptions(IntPtr)

Declaration
protected PTAnnotationOptions(IntPtr handle)
Parameters
Type Name Description
System.IntPtr handle

Properties

CanCreate

Declaration
public virtual bool CanCreate { get; set; }
Property Value
Type Description
System.Boolean

CanEdit

Declaration
public virtual bool CanEdit { get; set; }
Property Value
Type Description
System.Boolean

ClassHandle

Declaration
public override IntPtr ClassHandle { get; }
Property Value
Type Description
System.IntPtr

Methods

Copy(NSZone)

Declaration
public virtual NSObject Copy(NSZone zone)
Parameters
Type Name Description
Foundation.NSZone zone
Returns
Type Description
Foundation.NSObject

EncodeTo(NSCoder)

Declaration
public virtual void EncodeTo(NSCoder encoder)
Parameters
Type Name Description
Foundation.NSCoder encoder

IsEqualToAnnotationOptions(PTAnnotationOptions)

Declaration
public virtual bool IsEqualToAnnotationOptions(PTAnnotationOptions annotationOptions)
Parameters
Type Name Description
PTAnnotationOptions annotationOptions
Returns
Type Description
System.Boolean

Options()

Declaration
public static PTAnnotationOptions Options()
Returns
Type Description
PTAnnotationOptions

Implements

Foundation.INSCoding
ObjCRuntime.INativeObject
System.IDisposable
Foundation.INSCopying
Back to top Generated by DocFX