Click or drag to resize

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; }

Property Value

Type: Boolean
Remarks
Signature can be set as invisible when itssize is set to empty.
See Also