Show / Hide Table of Contents

Class PTBookmark

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

Constructors

PTBookmark()

Declaration
public PTBookmark()

PTBookmark(NSObjectFlag)

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

PTBookmark(IntPtr)

Declaration
protected PTBookmark(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 PTBookmark CreateInternal(long impl)
Parameters
Type Name Description
System.Int64 impl
Returns
Type Description
PTBookmark

GetHandleInternal()

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