SignSignatureDialog
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PdfViewer.dll
Syntax:
C#
public class SignSignatureDialog : SignSignatureDialogBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, ISupportRootUIAutomation
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormSignSignatureDialogBaseSignSignatureDialog...
Implements:
Inherited Members
Constructors
C#
public SignSignatureDialog(RadPdfViewerElement pdfViewerElement, SignatureField signatureField)
Fields
C#
public const string SignatureDateFormat = "yyyy/MM/dd HH:mm:ss zzz"
Properties
C#
public string CertificatePathContent { get; }
C#
public SignatureGeneralStatus SignatureGeneralStatus { get; set; }
Methods
Clean up any resources being used.
C#
protected override void Dispose(bool disposing)
true if managed resources should be disposed; otherwise, false.
Overrides:
Gets the form source for the signature appearance.
C#
public virtual IEnumerable<FormSource> GetSignatureAppearanceFormSource(X509Certificate2 certificate)
The certificate used to sign the signature.
Returns:IEnumerable<FormSource>
Raises the ThemeNameChanged event.
C#
protected override void OnThemeNameChanged(ThemeNameChangedEventArgs e)
A ThemeNameChangedEventArgs that contains the event data.
Overrides: