Show / Hide Table of Contents

Class AddPageDialogFragment.PageType

Inheritance
System.Object
AddPageDialogFragment.PageType
Namespace: pdftron.PDF.Controls
Assembly: PDFViewCtrlTools.dll
Syntax
public sealed class PageType : Enum

Properties

Blank

Declaration
public static AddPageDialogFragment.PageType Blank { get; }
Property Value
Type Description
AddPageDialogFragment.PageType

Dotted

Declaration
public static AddPageDialogFragment.PageType Dotted { get; }
Property Value
Type Description
AddPageDialogFragment.PageType

Graph

Declaration
public static AddPageDialogFragment.PageType Graph { get; }
Property Value
Type Description
AddPageDialogFragment.PageType

Grid

Declaration
public static AddPageDialogFragment.PageType Grid { get; }
Property Value
Type Description
AddPageDialogFragment.PageType

IsometricDotted

Declaration
public static AddPageDialogFragment.PageType IsometricDotted { get; }
Property Value
Type Description
AddPageDialogFragment.PageType

JniPeerMembers

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

Lined

Declaration
public static AddPageDialogFragment.PageType Lined { get; }
Property Value
Type Description
AddPageDialogFragment.PageType

Music

Declaration
public static AddPageDialogFragment.PageType Music { get; }
Property Value
Type Description
AddPageDialogFragment.PageType

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

ValueOf(String)

Declaration
public static AddPageDialogFragment.PageType ValueOf(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
AddPageDialogFragment.PageType

Values()

Declaration
public static AddPageDialogFragment.PageType[] Values()
Returns
Type Description
AddPageDialogFragment.PageType[]
In This Article
Back to top Generated by DocFX