CompareDocumentSettings::FirstPage property¶
Indicates the index of the first page to include in the document comparison.
Extractor FirstPage { get; set; }
Extractor getFirstPage() throws IGRException;
void setFirstPage(Extractor value) throws IGRException;
@property
def FirstPage(self) -> Extractor:
@property.setter
def FirstPage(self, value: Extractor)
Return Value¶
Extractor
: The first page to compare.