DigitalSignatureFieldHasVisibleAppearance Method |
Returns whether the field has a visible appearance. Can be called without checking HasCryptographicSignature first, since it operates on the surrounding Field dictionary, not the "V" entry (i.e. digital signature dictionary). Performs the zero-width+height check, the Hidden bit check, and the NoView bit check as described by the PDF 2.0 specification, section 12.7.5.5 "Signature fields".
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool HasVisibleAppearance()
Public Function HasVisibleAppearance As Boolean
public:
virtual bool HasVisibleAppearance() sealed
function HasVisibleAppearance();
Return Value
Type:
BooleanA boolean representing whether or not the signature field has a visible signature.
See Also