Show / Hide Table of Contents

Class PageLabelDialog

Inheritance
System.Object
PageLabelDialog
Namespace: pdftron.PDF.Dialog.PageLabel
Assembly: PDFViewCtrlTools.dll
Syntax
public sealed class PageLabelDialog : DialogFragment

Constructors

PageLabelDialog()

Declaration
public PageLabelDialog()

Fields

FromPage

Declaration
public const string FromPage = "PageLabelDialogView_Initial_frompage"
Field Value
Type Description
System.String

MaxPage

Declaration
public const string MaxPage = "PageLabelDialogView_Initial_maxpage"
Field Value
Type Description
System.String

Prefix

Declaration
public const string Prefix = "PageLabelDialogView_Initial_prefix"
Field Value
Type Description
System.String

ToPage

Declaration
public const string ToPage = "PageLabelDialogView_Initial_topage"
Field Value
Type Description
System.String

Properties

JniPeerMembers

Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Type Description
Java.Interop.JniPeerMembers

ThresholdClass

Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
Type Description
System.IntPtr

ThresholdType

Declaration
protected override Type ThresholdType { get; }
Property Value
Type Description
System.Type

Methods

AllowSave()

Declaration
public void AllowSave()

DisallowSave()

Declaration
public void DisallowSave()

NewInstance(Int32, Int32, Int32)

Declaration
public static PageLabelDialog NewInstance(int fromPage, int toPage, int maxPage)
Parameters
Type Name Description
System.Int32 fromPage
System.Int32 toPage
System.Int32 maxPage
Returns
Type Description
PageLabelDialog

NewInstance(Int32, Int32, Int32, String)

Declaration
public static PageLabelDialog NewInstance(int fromPage, int toPage, int maxPage, string initialPrefix)
Parameters
Type Name Description
System.Int32 fromPage
System.Int32 toPage
System.Int32 maxPage
System.String initialPrefix
Returns
Type Description
PageLabelDialog
Back to top Generated by DocFX