public final class PdfDigitalFormFieldSignature extends FormFieldSignature
Contains digital signature input form field properties for Pdf Documents.
Constructor and Description |
---|
PdfDigitalFormFieldSignature(String name)
Creates PdfDigitalFormFieldSignature with predefined name.
|
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Clone FormField Signature instance.
|
boolean |
getSigned()
Read-only property that shows if Form-field Signature was signed with digital certificate.
|
protected void |
setValueObject(Object value)
Sets value of form field signature.
|
getName, getType, getValue, getValueObject, setName, setValue
public PdfDigitalFormFieldSignature(String name)
Creates PdfDigitalFormFieldSignature with predefined name.
name
- Name of form field object.public Object deepClone()
Clone FormField Signature instance.
deepClone
in interface com.aspose.ms.System.ICloneable
deepClone
in class FormFieldSignature
public final boolean getSigned()
Read-only property that shows if Form-field Signature was signed with digital certificate.
protected void setValueObject(Object value)
Sets value of form field signature.
setValueObject
in class FormFieldSignature
Copyright © 2019. All rights reserved.