Show / Hide Table of Contents

Class AddPageDialogFragment.PageColor

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

Properties

Blueprint

Declaration
public static AddPageDialogFragment.PageColor Blueprint { get; }
Property Value
Type Description
AddPageDialogFragment.PageColor

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

White

Declaration
public static AddPageDialogFragment.PageColor White { get; }
Property Value
Type Description
AddPageDialogFragment.PageColor

Yellow

Declaration
public static AddPageDialogFragment.PageColor Yellow { get; }
Property Value
Type Description
AddPageDialogFragment.PageColor

Methods

ValueOf(String)

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

Values()

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