Show / Hide Table of Contents

Class PTObj

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

Constructors

PTObj()

Declaration
public PTObj()

PTObj(NSObjectFlag)

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

PTObj(IntPtr)

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

Properties

ClassHandle

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

Methods

CreateInternal(Int64)

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

GetHandleInternal()

Declaration
public virtual long GetHandleInternal()
Returns
Type Description
System.Int64
Back to top Generated by DocFX