Package | Description |
---|---|
com.groupdocs.signature.handler |
The GroupDocs.Signature.Handler namespace provides classes for input and output Data Handlers
|
com.groupdocs.signature.options |
The GroupDocs.Signature.Options namespace provides classes for Signature options
|
com.groupdocs.signature.options.barcodeverification |
The GroupDocs.Signature.Options.BarcodeVerification namespace provides classes for working with BarcodeVerification options
|
com.groupdocs.signature.options.digitalverification |
The GroupDocs.Signature.Options.DigitalVerification namespace provides classes for working with DigitalVerification options.
|
com.groupdocs.signature.options.textverification |
The GroupDocs.Signature.Options.TextVerification namespace provides classes for working with TextVerification options.
|
com.groupdocs.signature.options.verifyextensions |
The GroupDocs.Signature.Options.VerifyExtensions namespace provides classes for working with VerifyExtensions options.
|
Modifier and Type | Method and Description |
---|---|
VerificationResult |
SignatureHandler.verify(InputStream stream,
VerifyOptions verifyOptions)
Verify the document from stream with VerifyOptions
|
VerificationResult |
SignatureHandler.verify(InputStream stream,
VerifyOptions verifyOptions,
LoadOptions loadOptions)
Verify the document from stream with VerifyOptions
|
VerificationResult |
SignatureHandler.verify(String guid,
VerifyOptions verifyOptions)
Verify the document from file guid with 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 |
---|---|
com.aspose.ms.System.Collections.Generic.List<VerifyOptions> |
VerifyOptionsCollection.getBarcodeItems() |
com.aspose.ms.System.Collections.Generic.List<VerifyOptions> |
VerifyOptionsCollection.getDigitalItems() |
com.aspose.ms.System.Collections.Generic.List<VerifyOptions> |
VerifyOptionsCollection.getImageItems() |
List<VerifyOptions> |
VerifyOptionsCollection.getItems()
List of Verify Options records
|
com.aspose.ms.System.Collections.Generic.List<VerifyOptions> |
VerifyOptionsCollection.getItemsInternal() |
com.aspose.ms.System.Collections.Generic.List<VerifyOptions> |
VerifyOptionsCollection.getListOptions(int signatureType) |
com.aspose.ms.System.Collections.Generic.List<VerifyOptions> |
VerifyOptionsCollection.getQRCodeItems() |
com.aspose.ms.System.Collections.Generic.List<VerifyOptions> |
VerifyOptionsCollection.getStampItems() |
com.aspose.ms.System.Collections.Generic.List<VerifyOptions> |
VerifyOptionsCollection.getTextItems() |
Modifier and Type | Method and Description |
---|---|
void |
VerifyOptionsCollection.add(VerifyOptions options)
Adds an VerifyOptions object to collection.
|
boolean |
VerifyOptionsCollection.remove(VerifyOptions options)
Removes an VerifyOptions object from collection.
|
Constructor and Description |
---|
VerifyOptionsCollection(VerifyOptions options)
Create VerifyatureOptionsCollection instance with one Verify Options value
|
Constructor and Description |
---|
VerifyOptionsCollection(List<VerifyOptions> items)
Create VerifyOptionsCollection instance with list of Verify Options objects
|
Modifier and Type | Class and Description |
---|---|
class |
CellsVerifyBarcodeOptions
Represents the Barcode Verify Options for Cells Documents.
|
class |
ImagesVerifyBarcodeOptions
Represents the Barcode Verify Options for Images Documents.
|
class |
PDFVerifyBarcodeOptions
Represents the Barcode Verify Options for PDF Documents.
|
class |
SlidesVerifyBarcodeOptions
Represents the Barcode Verify Options for Slides Documents.
|
class |
VerifyBarcodeOptions
Represents the Barcode Verify Options of Document.
|
class |
WordsVerifyBarcodeOptions
Represents the Barcode Verify Options for Words Documents.
|
Modifier and Type | Class and Description |
---|---|
class |
CellsVerifyDigitalOptions
Cells Verify Digital Options - keeps options to verify Digital Signature of Cells Documents
|
class |
PDFVerifyDigitalOptions
PDF Verify Digital Options - keeps options to verify Digital Signature of PDF Documents
|
class |
VerifyDigitalOptions
Verify Digital Options - keeps options to verify Digital Signature of Document
|
class |
WordsVerifyDigitalOptions
Words Verify Digital Options - keeps options to verify Digital Signature of Words Documents.
|
Modifier and Type | Class and Description |
---|---|
class |
CellsVerifyTextOptions
Represents the Text Verify Options for Cells Documents.
|
class |
PDFVerifyTextOptions
PDF Verify Text Options - keeps options to verify Text Signature of PDF Document
|
class |
SlidesVerifyTextOptions
Represents the Text Verify Options for Slides Documents.
|
class |
VerifyTextOptions
Verify Text Options - keeps options to verify Text Signature of Document
|
class |
WordsVerifyTextOptions
Represents the Text Verify Options for Words Documents.
|
Modifier and Type | Method and Description |
---|---|
void |
VerifyExtensions.setOptions(VerifyOptions value)
Parent Verify Options
|
Copyright © 2017. All rights reserved.