Property Page
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Page
Gets the PdfPage object that specifies the page to be displayed in the view.
public PdfPage? Page { get; }
Property Value
Remarks
The value of this property can be null
if view is in
the other document or page is specified by it's index (see
PageIndex property).
If this view is used in a PdfGoToAction then the target page can be specified by either this property or PageIndex property. In any case the specified page it located in the current document.
If this view is used in a PdfRemoteGoToAction then this property
is always null
because the target page is always located in different
document and is always specified by the PageIndex property.