Package | Description |
---|---|
com.groupdocs.signature.handler |
The GroupDocs.Signature.Handler namespace provides classes for input and output Data Handlers.
|
com.groupdocs.signature.options.saveoptions |
The GroupDocs.Signature.Options.SaveOptions namespace provides classes for working with SaveOptions options.
|
com.groupdocs.signature.options.saveoptions.imagessaveoptions |
The GroupDocs.Signature.Options.SaveOptions.ImageSaveOptions namespace provides classes for working with ImageSaveOptions options.
|
Modifier and Type | Method and Description |
---|---|
SearchResult |
SignatureHandler.search(InputStream stream,
SearchOptionsCollection collection,
LoadOptions loadOptions)
Search for Signatures in Document from stream by
SearchOptions options. |
SearchResult |
SignatureHandler.search(InputStream stream,
SearchOptions searchOptions,
LoadOptions loadOptions)
Search for Signatures in Document from stream by
SearchOptions options. |
SearchResult |
SignatureHandler.search(String guid,
SearchOptionsCollection collection,
LoadOptions loadOptions)
Search for Signatures in Document from guid by
SearchOptions options. |
SearchResult |
SignatureHandler.search(String guid,
SearchOptions searchOptions,
LoadOptions loadOptions)
Search for Signatures in Document from guid by
SearchOptions options. |
T |
SignatureHandler.sign(InputStream stream,
SignatureOptionsCollection collection,
LoadOptions loadOptions)
Sign the document from file quid with SignOptions, load and save options.
|
T |
SignatureHandler.sign(InputStream stream,
SignatureOptionsCollection collection,
LoadOptions loadOptions,
SaveOptions saveOptions)
Sign the document from file quid with SignOptions, load and save options.
|
T |
SignatureHandler.sign(InputStream stream,
SignOptions signOptions,
LoadOptions loadOptions)
Sign the document from file quid with SignOptions, load and save options
|
T |
SignatureHandler.sign(InputStream stream,
SignOptions signOptions,
LoadOptions loadOptions,
SaveOptions saveOptions)
Sign the document from file quid with SignOptions, load and save options
|
T |
SignatureHandler.sign(String guid,
SignatureOptionsCollection collection,
LoadOptions loadOptions)
Sign the document from file guid with List of Signature Options and Load Options.
|
T |
SignatureHandler.sign(String guid,
SignatureOptionsCollection collection,
LoadOptions loadOptions,
SaveOptions saveOptions)
Sign the document from file quid with SignOptions, load and save options.
|
T |
SignatureHandler.sign(String guid,
SignOptions signOptions,
LoadOptions loadOptions)
Sign the document from file quid with SignOptions, load and save options
|
T |
SignatureHandler.sign(String guid,
SignOptions signOptions,
LoadOptions loadOptions,
SaveOptions saveOptions)
Sign the document from file quid with SignOptions, load and save options
|
VerificationResult |
SignatureHandler.verify(InputStream stream,
VerifyOptionsCollection collection,
LoadOptions loadOptions)
Verify the document from file quid with list of VerifyOptions.
|
VerificationResult |
SignatureHandler.verify(InputStream stream,
VerifyOptions verifyOptions,
LoadOptions loadOptions)
Verify the document from stream with VerifyOptions.
|
VerificationResult |
SignatureHandler.verify(String guid,
VerifyOptionsCollection collection,
LoadOptions loadOptions)
Verify the document from file quid with list of VerifyOptions.
|
VerificationResult |
SignatureHandler.verify(String guid,
VerifyOptions verifyOptions,
LoadOptions loadOptions)
Verify the document from file quid with VerifyOptions and specified Load Options.
|
Modifier and Type | Method and Description |
---|---|
static int |
CellsSaveOptions.getAsposeSaveFormat(LoadOptions loadOptions,
SaveOptions saveOptions)
Deprecated.
|
static int |
WordsSaveOptions.getAsposeSaveFormat(LoadOptions loadOptions,
SaveOptions saveOptions,
boolean encrypted)
Deprecated.
|
static String |
WordsSaveOptions.getFileExtension(LoadOptions loadOptions,
SaveOptions saveOptions,
boolean encrypted)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static com.aspose.imaging.ImageOptionsBase |
ImagesSaveOptions.getAsposeSaveFormat(LoadOptions loadOptions,
SaveOptions saveOptions,
com.aspose.imaging.Image image)
Deprecated.
|
static String |
ImagesSaveOptions.getFileExtension(LoadOptions loadOptions,
SaveOptions saveOptions)
Deprecated.
|
Copyright © 2018. All rights reserved.