Package | Description |
---|---|
com.groupdocs.signature.domain.signatures.formfield |
The GroupDocs.Signature.Domain.Signatures.FormField namespace provides classes for working with FormField signatures
|
com.groupdocs.signature.options.formfieldsignature |
The GroupDocs.Signature.Options.FormFieldSignature namespace provides classes for working with FormFieldSignature options.
|
Modifier and Type | Class and Description |
---|---|
class |
PdfCheckboxFormFieldSignature
Contains check-box input form field signature properties.
|
class |
PdfDigitalFormFieldSignature
Contains digital signature input form field properties for Pdf Documents.
|
class |
PdfTextFormFieldSignature
Contains text input form field signature properties for Pdf Document
|
Modifier and Type | Method and Description |
---|---|
static FormFieldSignature |
PdfCheckboxFormFieldSignature.getInstanceFromField(PdfSearchFormFieldOptions options,
com.aspose.pdf.Field field)
Deprecated.
|
static FormFieldSignature |
PdfDigitalFormFieldSignature.getInstanceFromField(PdfSearchFormFieldOptions options,
com.aspose.pdf.Field field)
Deprecated.
|
static FormFieldSignature |
PdfTextFormFieldSignature.getInstanceFromField(PdfSearchFormFieldOptions options,
com.aspose.pdf.Field field)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FormFieldSignature |
PdfFormFieldSignOptions.getSignature()
Gets or sets the FormField of signature.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfFormFieldSignOptions.setSignature(FormFieldSignature value)
Gets or sets the FormField of signature.
|
Constructor and Description |
---|
PdfFormFieldSignOptions(FormFieldSignature signature)
Initializes a new instance of the PdfFormFieldSignOptions class with FormField signature.
|
Copyright © 2019. All rights reserved.