CompareDocumentSettings::PageCount property¶
Indicates the number of pages to include in the document comparison.
int PageCount { get; set; }
int getPageCount() throws IGRException;
void setPageCount(int value) throws IGRException;
@property
def PageCount(self) -> int:
@property.setter
def PageCount(self, value: int)
int getPageCount() const;
void setPageCount(int value);
Return Value¶
int
: The number of pages to compare.