Properties_T_PDFiumSharp_PdfPage - ArgusMagnus/PDFiumSharp GitHub Wiki

PdfPage Properties

The PdfPage type exposes the following members.

Properties

 

Name Description
Public property Document Gets the PdfDocument which contains the page.
Public property Handle Handle which can be used with the native PDFium functions. (Inherited from NativeWrapper(T).)
Public property Height Gets the page height (excluding non-displayable area) measured in points. One point is 1/72 inch(around 0.3528 mm).
Public property Index Gets the zero-based index of the page in the Document
Public property IsDisposed Gets a value indicating whether Dispose() was already called on this instance. (Inherited from NativeWrapper(T).)
Public property Orientation Gets the page orientation.
Public property Size Gets the page width and height (excluding non-displayable area) measured in points. One point is 1/72 inch(around 0.3528 mm).
Public property Width Gets the page width (excluding non-displayable area) measured in points. One point is 1/72 inch(around 0.3528 mm).
  Back to Top

See Also

Reference

PdfPage Class
PDFiumSharp Namespace

⚠️ **GitHub.com Fallback** ⚠️