Show / Hide Table of Contents

Class PTExternalAnnotManager

Inheritance
System.Object
PTExternalAnnotManager
Namespace: pdftronprivate
Assembly: PDFNetiOS.dll
Syntax
public class PTExternalAnnotManager : NSObject

Constructors

PTExternalAnnotManager()

Declaration
public PTExternalAnnotManager()

PTExternalAnnotManager(NSObjectFlag)

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

PTExternalAnnotManager(NativeHandle)

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

Properties

ClassHandle

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

LastXFDF

Declaration
public virtual string LastXFDF { get; }
Property Value
Type Description
System.String

NextRedoInfo

Declaration
public virtual string NextRedoInfo { get; }
Property Value
Type Description
System.String

NextUndoInfo

Declaration
public virtual string NextUndoInfo { get; }
Property Value
Type Description
System.String

Methods

Dealloc()

Declaration
public virtual void Dealloc()

Destroy()

Declaration
public virtual void Destroy()

MergeXFDF(String)

Declaration
public virtual void MergeXFDF(string xfdf_content)
Parameters
Type Name Description
System.String xfdf_content

Redo()

Declaration
public virtual string Redo()
Returns
Type Description
System.String

SetSwigCMemOwn(Boolean)

Declaration
public virtual void SetSwigCMemOwn(bool own)
Parameters
Type Name Description
System.Boolean own

TakeSnapshot(String)

Declaration
public virtual string TakeSnapshot(string payload)
Parameters
Type Name Description
System.String payload
Returns
Type Description
System.String

Undo()

Declaration
public virtual string Undo()
Returns
Type Description
System.String
In This Article
Back to top Generated by DocFX