The last page where a PDF object was laid out
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public PdfPage LastPdfPage { get; set; }
Public Property LastPdfPage As PdfPage
Get
Set
public:
property PdfPage^ LastPdfPage {
PdfPage^ get ();
void set (PdfPage^ value);
}
member LastPdfPage : PdfPage with get, set
Property Value
Type:
PdfPage
Reference