Aspose::Pdf::DestinationCollection::GetPageNumber method
DestinationCollection::GetPageNumber method
Returns the page number of destination by the name.
int32_t Aspose::Pdf::DestinationCollection::GetPageNumber(System::String destinameName, bool useCache)
Parameter | Type | Description |
---|---|---|
destinameName | System::String | The name of destination. |
useCache | bool | Determines whether cached version of collection is used or not. |
ReturnValue
The page number if destination was found; otherwise, -1.
See Also
- Class String
- Class DestinationCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++