PdfSignature
Appearence Property
|
Gets the signature Appearance.
Namespace:
Spire.Pdf.Security
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfAppearance Appearence { get; }
Public ReadOnly Property Appearence As PdfAppearance
Get
public:
property PdfAppearance^ Appearence {
PdfAppearance^ get ();
}
member Appearence : PdfAppearance with get
Property Value
Type:
PdfAppearance
An object defines signature`s appearance.
See Also