PdfSignature
Certificated Property
|
Gets or sets a value indicating certificate document or not.
NOTE: Works only with Adobe Reader 7.0.8 or higher.
Namespace:
Spire.Pdf.Security
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool Certificated { get; set; }
Public Property Certificated As Boolean
Get
Set
public:
property bool Certificated {
bool get ();
void set (bool value);
}
member Certificated : bool with get, set
Property Value
Type:
Boolean
certificate document if true.
See Also