Show / Hide Table of Contents

Class DigitalSignatureListDialog

Inheritance
System.Object
DigitalSignatureListDialog
Namespace: pdftron.PDF.Dialog.DigitalSignature.Validation.List
Assembly: PDFViewCtrlTools.dll
Syntax
public class DigitalSignatureListDialog : DialogFragment

Constructors

DigitalSignatureListDialog()

Declaration
public DigitalSignatureListDialog()

DigitalSignatureListDialog(IntPtr, JniHandleOwnership)

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

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

NewInstance()

Declaration
public static DigitalSignatureListDialog NewInstance()
Returns
Type Description
DigitalSignatureListDialog

SetPDFViewCtrl(PDFViewCtrl)

Declaration
public virtual void SetPDFViewCtrl(PDFViewCtrl pdfViewCtrl)
Parameters
Type Name Description
pdftronprivate.PDF.PDFViewCtrl pdfViewCtrl
In This Article
Back to top Generated by DocFX