Show / Hide Table of Contents

Class PTFreeTextAnnotationOptions

Inheritance
System.Object
PTAnnotationOptions
PTFreeTextAnnotationOptions
Implements
Foundation.INSCoding
ObjCRuntime.INativeObject
System.IDisposable
Foundation.INSCopying
Inherited Members
PTAnnotationOptions.Copy(NSZone)
PTAnnotationOptions.EncodeTo(NSCoder)
PTAnnotationOptions.IsEqualToAnnotationOptions(PTAnnotationOptions)
PTAnnotationOptions.Options()
PTAnnotationOptions.CanCreate
PTAnnotationOptions.CanEdit
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class PTFreeTextAnnotationOptions : PTAnnotationOptions, INSCoding, INativeObject, IDisposable, INSCopying

Constructors

PTFreeTextAnnotationOptions()

Declaration
public PTFreeTextAnnotationOptions()

PTFreeTextAnnotationOptions(NSCoder)

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

PTFreeTextAnnotationOptions(NSObjectFlag)

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

PTFreeTextAnnotationOptions(IntPtr)

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

Properties

CanRotate

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

ClassHandle

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

DeleteEmptyAnnotation

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

InputAccessoryViewEnabled

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

RichContentEnabled

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

ToolClassesForScribbleInput

Declaration
public virtual Class[] ToolClassesForScribbleInput { get; set; }
Property Value
Type Description
ObjCRuntime.Class[]

Implements

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