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