Class PageLabelDialog
Inheritance
System.Object
PageLabelDialog
Assembly: PDFViewCtrlTools.dll
Syntax
public sealed class PageLabelDialog : DialogFragment
Constructors
PageLabelDialog()
Declaration
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
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
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