Show / Hide Table of Contents

Class AddPageDialogFragment

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

Constructors

AddPageDialogFragment()

Declaration
public AddPageDialogFragment()

AddPageDialogFragment(IntPtr, JniHandleOwnership)

Declaration
protected AddPageDialogFragment(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
Type Name Description
System.IntPtr javaReference
Android.Runtime.JniHandleOwnership transfer

Fields

AddPageDialogTag

Declaration
public const string AddPageDialogTag = "create_document_local_file"
Field Value
Type Description
System.String

Properties

JniPeerMembers

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

PageColorStrings

Declaration
public static IList<int> PageColorStrings { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.Int32>

PageColorValues

Declaration
public static IList<int> PageColorValues { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.Int32>

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

NewInstance()

Declaration
public static AddPageDialogFragment NewInstance()
Returns
Type Description
AddPageDialogFragment

NewInstance(Double, Double)

Declaration
public static AddPageDialogFragment NewInstance(double lastPageWidth, double lastPageHeight)
Parameters
Type Name Description
System.Double lastPageWidth
System.Double lastPageHeight
Returns
Type Description
AddPageDialogFragment

SetInitialPageColor(AddPageDialogFragment.PageColor)

Declaration
public virtual AddPageDialogFragment SetInitialPageColor(AddPageDialogFragment.PageColor initialPageColor)
Parameters
Type Name Description
AddPageDialogFragment.PageColor initialPageColor
Returns
Type Description
AddPageDialogFragment

SetInitialPageSize(AddPageDialogFragment.PageSize)

Declaration
public virtual AddPageDialogFragment SetInitialPageSize(AddPageDialogFragment.PageSize initialPageSize)
Parameters
Type Name Description
AddPageDialogFragment.PageSize initialPageSize
Returns
Type Description
AddPageDialogFragment

SetInitialPageType(AddPageDialogFragment.PageType)

Declaration
public virtual AddPageDialogFragment SetInitialPageType(AddPageDialogFragment.PageType initialPageType)
Parameters
Type Name Description
AddPageDialogFragment.PageType initialPageType
Returns
Type Description
AddPageDialogFragment

SetOnAddNewPagesListener(AddPageDialogFragment.IOnAddNewPagesListener)

Declaration
public virtual void SetOnAddNewPagesListener(AddPageDialogFragment.IOnAddNewPagesListener listener)
Parameters
Type Name Description
AddPageDialogFragment.IOnAddNewPagesListener listener

SetOnCreateNewDocumentListener(AddPageDialogFragment.IOnCreateNewDocumentListener)

Declaration
public virtual void SetOnCreateNewDocumentListener(AddPageDialogFragment.IOnCreateNewDocumentListener listener)
Parameters
Type Name Description
AddPageDialogFragment.IOnCreateNewDocumentListener listener

Events

AddNewPages

Declaration
public event EventHandler<AddPageDialogFragment.AddNewPagesEventArgs> AddNewPages
Event Type
Type Description
System.EventHandler<AddPageDialogFragment.AddNewPagesEventArgs>

CreateNewDocument

Declaration
public event EventHandler<AddPageDialogFragment.CreateNewDocumentEventArgs> CreateNewDocument
Event Type
Type Description
System.EventHandler<AddPageDialogFragment.CreateNewDocumentEventArgs>
In This Article
Back to top Generated by DocFX