Click or drag to resize

VerificationResultGetUnsupportedFeatures Method

Retrieves reports about unsupported features encountered during verification. This function is the canonical source of information about all unsupported features encountered. Current possible values : "unsupported signature encoding", "usage rights signature", "legal content attestations", "unsupported digest algorithm"

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public string[] GetUnsupportedFeatures()

Return Value

Type: String
a container of strings representing unsupported features encountered during verification
Remarks
Output may change in future versions.
See Also