Show / Hide Table of Contents

Class PTPageLabelManager

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

Constructors

PTPageLabelManager()

Declaration
public PTPageLabelManager()

PTPageLabelManager(NSObjectFlag)

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

PTPageLabelManager(PTPDFViewCtrl)

Declaration
public PTPageLabelManager(PTPDFViewCtrl pdfViewCtrl)
Parameters
Type Name Description
PTPDFViewCtrl pdfViewCtrl

PTPageLabelManager(IntPtr)

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

Properties

ClassHandle

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

PdfViewCtrl

Declaration
public virtual PTPDFViewCtrl PdfViewCtrl { get; set; }
Property Value
Type Description
PTPDFViewCtrl

Methods

PageLabelPrefixForPageNumber(Int32)

Declaration
public virtual string PageLabelPrefixForPageNumber(int pageNumber)
Parameters
Type Name Description
System.Int32 pageNumber
Returns
Type Description
System.String

PageLabelTitleForPageNumber(Int32)

Declaration
public virtual string PageLabelTitleForPageNumber(int pageNumber)
Parameters
Type Name Description
System.Int32 pageNumber
Returns
Type Description
System.String

PageNumberForPageLabelTitle(String)

Declaration
public virtual int PageNumberForPageLabelTitle(string pageLabelTitle)
Parameters
Type Name Description
System.String pageLabelTitle
Returns
Type Description
System.Int32

RemoveAllPageLabels()

Declaration
public virtual void RemoveAllPageLabels()
Back to top Generated by DocFX