public abstract class VerifyOptions extends Object
Verify Options - keeps options to verify document.
Constructor and Description |
---|
VerifyOptions()
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 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 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 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 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 void setValid(boolean value)
Valid property flag.
Copyright © 2018. All rights reserved.