[]
Gets the maximum valid physical page number (1-based index) for the specified document.
public static int GetMaxPageNumber(object document, int pageCount)
| Type | Name | Description |
|---|---|---|
| object | document | The target document. |
| int | pageCount | The page count. |
| Type | Description |
|---|---|
| int | The maximum page number valid for this document. |
Gets the maximum valid physical page number (1-based index) for the specified document.
public static int GetMaxPageNumber(object document)
| Type | Name | Description |
|---|---|---|
| object | document | The target document. |
| Type | Description |
|---|---|
| int | The maximum page number valid for this document. |