public abstract class VerifyOptions extends Object
Verify Options - keeps options to verify document.
Constructor and Description |
---|
VerifyOptions(int verificationType)
Creates default Verification Option.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getDocumentPageNumber()
Document Page Number to be verified.
|
VerifyExtensions |
getExtensions()
Additional extensions for alternative signature options verification.
|
PagesSetup |
getPagesSetup()
Page Options to specify pages to be verified.
|
protected com.aspose.ms.System.Collections.Generic.List<Integer> |
getVerifyPages(int totalPages)
Virtual method to get list of pages to verify.
|
boolean |
isValid()
Valid property flag.
|
void |
setDocumentPageNumber(Integer value)
Document Page Number to be verified.
|
void |
setExtensions(VerifyExtensions value)
Additional extensions for alternative signature options verification.
|
void |
setPagesSetup(PagesSetup value)
Page Options to specify pages to be verified.
|
void |
setValid(boolean value)
Valid property flag.
|
String |
toString()
Override string conversion.
|
public VerifyOptions(int verificationType)
Creates default Verification Option.
public Integer getDocumentPageNumber()
Document Page Number to be verified. If property is not set - all Pages of Document will be verified for first occurrence. Minimal value is 1.
public final VerifyExtensions getExtensions()
Additional extensions for alternative signature options verification.
public PagesSetup getPagesSetup()
Page Options to specify pages to be verified.
protected com.aspose.ms.System.Collections.Generic.List<Integer> getVerifyPages(int totalPages)
Virtual method to get list of pages to verify.
public final boolean isValid()
Valid property flag.
public void setDocumentPageNumber(Integer value)
Document Page Number to be verified. If property is not set - all Pages of Document will be verified for first occurrence. Minimal value is 1.
public final void setExtensions(VerifyExtensions value)
Additional extensions for alternative signature options verification.
public void setPagesSetup(PagesSetup value)
Page Options to specify pages to be verified.
public final void setValid(boolean value)
Valid property flag.