[]
Gets the 1-based number of the page pointed to by the current C1LinkTarget. This method may return 0 if the page cannot be resolved at this time (e.g. the document has not generated yet).
public int GetPageNo(C1Page currentPage, C1PrintDocument document)
Public Function GetPageNo(currentPage As C1Page, document As C1PrintDocument) As Integer
| Type | Name | Description |
|---|---|---|
| C1Page | currentPage | The page containing the current C1LinkTarget object. null may be specified if the C1LinkTarget is associated with an OutlineNode. |
| C1PrintDocument | document | The C1PrintDocument containing the current C1LinkTarget. |
| Type | Description |
|---|---|
| int | The target page number. |