public class VerifyOptionsCollection extends Object
Collection of Verify Options - keeps list of options to verify the document
Constructor and Description |
---|
VerifyOptionsCollection()
Create VerifyOptionsCollection instance with empty list
|
VerifyOptionsCollection(List<VerifyOptions> items)
Create VerifyOptionsCollection instance with list of Verify Options objects
|
VerifyOptionsCollection(VerifyOptions options)
Create VerifyatureOptionsCollection instance with one Verify Options value
|
Modifier and Type | Method and Description |
---|---|
void |
add(VerifyOptions options)
Adds an VerifyOptions object to collection.
|
com.aspose.ms.System.Collections.Generic.List<VerifyOptions> |
getBarcodeItems() |
com.aspose.ms.System.Collections.Generic.List<VerifyOptions> |
getDigitalItems() |
com.aspose.ms.System.Collections.Generic.List<VerifyOptions> |
getImageItems() |
List<VerifyOptions> |
getItems()
List of Verify Options records
|
com.aspose.ms.System.Collections.Generic.List<VerifyOptions> |
getItemsInternal() |
com.aspose.ms.System.Collections.Generic.List<VerifyOptions> |
getListOptions(int signatureType) |
int |
getMaxDocumentPageNumber() |
com.aspose.ms.System.Collections.Generic.List<VerifyOptions> |
getQRCodeItems() |
com.aspose.ms.System.Collections.Generic.List<VerifyOptions> |
getStampItems() |
com.aspose.ms.System.Collections.Generic.List<VerifyOptions> |
getTextItems() |
boolean |
hasOptions(int verificationType) |
boolean |
isValid()
Returns summary value of all collection items.
|
void |
release() |
boolean |
remove(VerifyOptions options)
Removes an VerifyOptions object from collection.
|
public VerifyOptionsCollection()
Create VerifyOptionsCollection instance with empty list
public VerifyOptionsCollection(VerifyOptions options)
Create VerifyatureOptionsCollection instance with one Verify Options value
options
- Verify Options to be added in listpublic VerifyOptionsCollection(List<VerifyOptions> items)
Create VerifyOptionsCollection instance with list of Verify Options objects
items
- List of Verify Options itemspublic List<VerifyOptions> getItems()
List of Verify Options records
public com.aspose.ms.System.Collections.Generic.List<VerifyOptions> getItemsInternal()
public boolean isValid()
Returns summary value of all collection items. If at least one has Valid as false then return values is false. If all items were verified successfully then return value is true.
public int getMaxDocumentPageNumber()
public com.aspose.ms.System.Collections.Generic.List<VerifyOptions> getTextItems()
public com.aspose.ms.System.Collections.Generic.List<VerifyOptions> getImageItems()
public com.aspose.ms.System.Collections.Generic.List<VerifyOptions> getBarcodeItems()
public com.aspose.ms.System.Collections.Generic.List<VerifyOptions> getQRCodeItems()
public com.aspose.ms.System.Collections.Generic.List<VerifyOptions> getStampItems()
public com.aspose.ms.System.Collections.Generic.List<VerifyOptions> getDigitalItems()
public boolean hasOptions(int verificationType)
public void add(VerifyOptions options)
Adds an VerifyOptions object to collection.
options
- The Verify Options to be added to collectionpublic boolean remove(VerifyOptions options)
Removes an VerifyOptions object from collection.
options
- The Verify Options to be removed from collectionpublic com.aspose.ms.System.Collections.Generic.List<VerifyOptions> getListOptions(int signatureType)
signatureType
- public void release()
Copyright © 2017. All rights reserved.