Show / Hide Table of Contents

Class PTPDFAnnotationChange

Inheritance
System.Object
PTPDFAnnotationChange
Namespace: pdftron.PDF.Utils
Assembly: Tools.dll
Syntax
public class PTPDFAnnotationChange : NSObject

Constructors

PTPDFAnnotationChange(NSObjectFlag)

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

PTPDFAnnotationChange(NativeHandle)

Declaration
protected PTPDFAnnotationChange(NativeHandle handle)
Parameters
Type Name Description
ObjCRuntime.NativeHandle handle

PTPDFAnnotationChange(PTPDFAnnotationChangeType, PTAnnot, Int32)

Declaration
public PTPDFAnnotationChange(PTPDFAnnotationChangeType type, PTAnnot annotation, int pageNumber)
Parameters
Type Name Description
PTPDFAnnotationChangeType type
PTAnnot annotation
System.Int32 pageNumber

Properties

Annotation

Declaration
public virtual PTAnnot Annotation { get; }
Property Value
Type Description
PTAnnot

ClassHandle

Declaration
public override NativeHandle ClassHandle { get; }
Property Value
Type Description
ObjCRuntime.NativeHandle

PageNumber

Declaration
public virtual int PageNumber { get; }
Property Value
Type Description
System.Int32

Type

Declaration
public virtual PTPDFAnnotationChangeType Type { get; }
Property Value
Type Description
PTPDFAnnotationChangeType

Methods

IsEqualToChange(PTPDFAnnotationChange)

Declaration
public virtual bool IsEqualToChange(PTPDFAnnotationChange change)
Parameters
Type Name Description
PTPDFAnnotationChange change
Returns
Type Description
System.Boolean

Extension Methods

PTPDFAnnotationChange_ChangeCreation.ChangeWithType(PTPDFAnnotationChange, PTPDFAnnotationChangeType, PTAnnot, Int32)
In This Article
Back to top Generated by DocFX