Class SignSignatureDialog
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PdfViewer.dll
Syntax
public class SignSignatureDialog : SignSignatureDialogBase, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Constructors
SignSignatureDialog(RadPdfViewerElement, SignatureField)
Declaration
public SignSignatureDialog(RadPdfViewerElement pdfViewerElement, SignatureField signatureField)
Parameters
RadPdfViewerElement
pdfViewerElement
|
SignatureField
signatureField
|
Fields
SignatureDateFormat
Declaration
public const string SignatureDateFormat = "yyyy/MM/dd HH:mm:ss zzz"
Field Value
System.String
|
Properties
CertificatePathContent
Declaration
public string CertificatePathContent { get; }
Property Value
System.String
|
SignatureGeneralStatus
Declaration
public SignatureGeneralStatus SignatureGeneralStatus { get; set; }
Property Value
SignatureGeneralStatus
|
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
GetSignatureAppearanceFormSource(X509Certificate2)
Gets the form source for the signature appearance.
Declaration
public virtual FormSource GetSignatureAppearanceFormSource(X509Certificate2 certificate)
Parameters
System.Security.Cryptography.X509Certificates.X509Certificate2
certificate
The certificate used to sign the signature. |
Returns
FormSource
|
OnShown(EventArgs)
Declaration
protected override void OnShown(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
OnThemeNameChanged(ThemeNameChangedEventArgs)
Declaration
protected override void OnThemeNameChanged(ThemeNameChangedEventArgs e)
Parameters
ThemeNameChangedEventArgs
e
|