Show / Hide Table of Contents

Class PTPDFDoc

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

Constructors

PTPDFDoc()

Declaration
public PTPDFDoc()

PTPDFDoc(NSObjectFlag)

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

PTPDFDoc(NativeHandle)

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

PTPDFDoc(String)

Declaration
public PTPDFDoc(string filepath)
Parameters
Type Name Description
System.String filepath

Properties

ClassHandle

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

Methods

Close()

Declaration
public virtual void Close()

CreateInternal(Int64)

Declaration
public static PTPDFDoc CreateInternal(long impl)
Parameters
Type Name Description
System.Int64 impl
Returns
Type Description
PTPDFDoc

GetHandleInternal()

Declaration
public virtual long GetHandleInternal()
Returns
Type Description
System.Int64

Extension Methods

PTPDFDoc_Additions.GenerateUniqueID(PTPDFDoc, PTAnnot)
PTPDFDoc_Additions.Lock(PTPDFDoc, Action<PTPDFDoc>)
PTPDFDoc_Additions.Lock(PTPDFDoc, Action<PTPDFDoc>, out NSError)
PTPDFDoc_Additions.LockRead(PTPDFDoc, Action<PTPDFDoc>)
PTPDFDoc_Additions.LockRead(PTPDFDoc, Action<PTPDFDoc>, out NSError)
In This Article
Back to top Generated by DocFX