DigitalSignatureField Constructor |
Constructs a DigitalSignatureField from a Field.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public DigitalSignatureField(
Field field
)
Public Sub New (
field As Field
)
public:
DigitalSignatureField(
[InAttribute] Field^ field
)
pdftron.PDF.DigitalSignatureField = function(field);
Parameters
- field
- Type: pdftron.PDFField
a interactive form
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also