Show / Hide Table of Contents

Class PTArrowAnnotationOptions

Inheritance
System.Object
PTAnnotationOptions
PTArrowAnnotationOptions
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 PTArrowAnnotationOptions : PTAnnotationOptions, INSCoding, INativeObject, IDisposable, INSCopying

Constructors

PTArrowAnnotationOptions()

Declaration
public PTArrowAnnotationOptions()

PTArrowAnnotationOptions(NSCoder)

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

PTArrowAnnotationOptions(NSObjectFlag)

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

PTArrowAnnotationOptions(IntPtr)

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

Properties

ArrowPointsToOrigin

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

ClassHandle

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

Implements

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