Skip to content

CompareDocumentSettings::PageCount property

Indicates the number of pages to include in the document comparison.

Extractor PageCount { get; set; }
Extractor getPageCount() throws IGRException;
void setPageCount(Extractor value) throws IGRException;
@property
def PageCount(self) -> Extractor:
@property.setter
def PageCount(self, value: Extractor)

Return Value

Extractor : The number of pages to compare.