HtmlSaveOptionsHtmlImageSavingInfoPdfHostPageNumber Field |
Tells to custom code to what page of original PDF document pertains saved image
Since it's possible that will be saved not all pages of original document,
this value tells us about host page number in original PDF. If original page number for some reason
is inknown, it allways return '1'
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic int PdfHostPageNumber
Public PdfHostPageNumber As Integer
public:
int PdfHostPageNumber
val mutable PdfHostPageNumber: int
Field Value
Type:
Int32
See Also