Package | Description |
---|---|
com.groupdocs.signature.options.saveoptions |
The GroupDocs.Signature.Options.SaveOptions namespace provides classes for working with SaveOptions options.
|
com.groupdocs.signature.options.search |
The GroupDocs.Signature.Options.Search namespace provides classes for working with Search options.
|
com.groupdocs.signature.options.sign |
The GroupDocs.Signature.Options.Sign namespace provides classes for working with Signature options
|
com.groupdocs.signature.options.verify |
The GroupDocs.Signature.Options.Verify namespace provides classes for working with Verification options
|
Modifier and Type | Method and Description |
---|---|
PagesSetup |
ExportImageSaveOptions.getPagesSetup()
Options to specify pages to be signed.
|
Modifier and Type | Method and Description |
---|---|
void |
ExportImageSaveOptions.setPagesSetup(PagesSetup value)
Options to specify pages to be signed.
|
Modifier and Type | Method and Description |
---|---|
PagesSetup |
SearchOptions.getPagesSetup()
Options to specify pages for Signature searching.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchOptions.setPagesSetup(PagesSetup value)
Options to specify pages for Signature searching.
|
Modifier and Type | Method and Description |
---|---|
PagesSetup |
SignOptions.getPagesSetup()
Options to specify pages to be signed.
|
Modifier and Type | Method and Description |
---|---|
void |
SignOptions.setPagesSetup(PagesSetup value)
Options to specify pages to be signed.
|
Modifier and Type | Method and Description |
---|---|
PagesSetup |
VerifyOptions.getPagesSetup()
Page Options to specify pages to be verified.
|
Modifier and Type | Method and Description |
---|---|
void |
VerifyOptions.setPagesSetup(PagesSetup value)
Page Options to specify pages to be verified.
|