TdxPDFSignatureOptions.EmbeddedSignatureCount Property
In This Article
Returns the number of digital signatures applied to a PDF document.
#Declaration
Delphi
property EmbeddedSignatureCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
Use this property to identify the number of digital signatures accessible via the EmbeddedSignatures property.
See Also