[]
Retrieves extended information about a page with the specified index.
public bool GetPageInfo(int pageIndex, out int itemIndex, out int itemPageIndex, out int pageNo)
Type | Name | Description |
---|---|---|
int | pageIndex | The 0-based index of the target page. |
int | itemIndex | OUT: 0-based index of the document item (C1MultiDocumentItem) that contains the target page. |
int | itemPageIndex | OUT: 0-based index of the target page within the document item that contains it (indicated by |
int | pageNo | OUT: The logical page number within the current document. |
Type | Description |
---|---|
bool | true if |
Retrieves extended information about a page with the specified index.
public bool GetPageInfo(int pageIndex, out int pageNo, out ResolvedPage resolvedPage)
Type | Name | Description |
---|---|---|
int | pageIndex | The 0-based index of the target page. |
int | pageNo | OUT: The logical page number within the current document. |
ResolvedPage | resolvedPage | OUT: The ResolvedPage. |
Type | Description |
---|---|
bool | true if |