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: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Boolean
certificate document if true.

See Also