T_PDFiumSharp_PdfPage - ArgusMagnus/PDFiumSharp GitHub Wiki
System.Object
PDFiumSharp.Types.NativeWrapper(FPDF_PAGE)
PDFiumSharp.PdfPage
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public sealed class PdfPage : NativeWrapper<FPDF_PAGE>
The PdfPage type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Document | Gets the PdfDocument which contains the page. |
![]() |
Handle | Handle which can be used with the native PDFium functions. (Inherited from NativeWrapper(T).) |
![]() |
Height | Gets the page height (excluding non-displayable area) measured in points. One point is 1/72 inch(around 0.3528 mm). |
![]() |
Index | Gets the zero-based index of the page in the Document |
![]() |
IsDisposed | Gets a value indicating whether Dispose() was already called on this instance. (Inherited from NativeWrapper(T).) |
![]() |
Orientation | Gets the page orientation. |
![]() |
Size | Gets the page width and height (excluding non-displayable area) measured in points. One point is 1/72 inch(around 0.3528 mm). |
![]() |
Width | Gets the page width (excluding non-displayable area) measured in points. One point is 1/72 inch(around 0.3528 mm). |
Name | Description | |
---|---|---|
![]() |
DeviceToPage | |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Flatten | |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
PageToDevice | |
![]() |
Render(PDFiumBitmap, PageOrientations, RenderingFlags) | Renders the page to a PDFiumBitmap |
![]() |
Render(PDFiumBitmap, ValueTuple(Int32, Int32, Int32, Int32), PageOrientations, RenderingFlags) | |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() |
Render(Bitmap, PageOrientations, RenderingFlags) | Overloaded. Renders the page to a Bitmap (Defined by RenderingExtensionsGdiPlus.) |
![]() |
Render(WriteableBitmap, PageOrientations, RenderingFlags) | Overloaded. Renders the page to a WriteableBitmap (Defined by RenderingExtensionsWpf.) |
![]() |
Render(BitmapImage, PageOrientations, RenderingFlags) | Overloaded. Renders the page to a BitmapImage (Defined by RenderingExtensionsXwt.) |
![]() |
Render(Bitmap, ValueTuple(Int32, Int32, Int32, Int32), PageOrientations, RenderingFlags) | Overloaded. (Defined by RenderingExtensionsGdiPlus.) |
![]() |
Render(WriteableBitmap, ValueTuple(Int32, Int32, Int32, Int32), PageOrientations, RenderingFlags) | Overloaded. (Defined by RenderingExtensionsWpf.) |
![]() |
Render(BitmapImage, ValueTuple(Int32, Int32, Int32, Int32), PageOrientations, RenderingFlags) | Overloaded. (Defined by RenderingExtensionsXwt.) |