PdfSignature
Visible Property
|
Gets a value indicating whether signature visible or not.
Namespace:
Spire.Pdf.Security
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool Visible { get; }
Public ReadOnly Property Visible As Boolean
Get
public:
property bool Visible {
bool get ();
}
member Visible : bool with get
Property Value
Type:
Boolean
Remarks
Signature can be set as invisible when itssize is set to empty.
See Also