T_PDFiumSharp_PDFiumBitmap - ArgusMagnus/PDFiumSharp GitHub Wiki
A bitmap to which a PdfPage can be rendered.
System.Object
PDFiumSharp.Types.NativeWrapper(FPDF_BITMAP)
PDFiumSharp.PDFiumBitmap
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public sealed class PDFiumBitmap : NativeWrapper<FPDF_BITMAP>
The PDFiumBitmap type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PDFiumBitmap(Int32, Int32, Boolean) | Creates a new PDFiumBitmap. Unmanaged memory is allocated which must be freed by calling Dispose(FPDF_BITMAP). |
![]() |
PDFiumBitmap(Int32, Int32, BitmapFormats, IntPtr, Int32) | Creates a new PDFiumBitmap using memory allocated by the caller. The caller is responsible for freeing the memory and that the adress stays valid during the lifetime of the returned PDFiumBitmap. |
Name | Description | |
---|---|---|
![]() |
BytesPerPixel | |
![]() |
Format | |
![]() |
Handle | Handle which can be used with the native PDFium functions. (Inherited from NativeWrapper(T).) |
![]() |
Height | |
![]() |
IsDisposed | Gets a value indicating whether Dispose() was already called on this instance. (Inherited from NativeWrapper(T).) |
![]() |
Scan0 | |
![]() |
Stride | |
![]() |
Width |
Name | Description | |
---|---|---|
![]() |
AsBmpStream | Exposes the underlying image data directly as read-only stream in the BMP file format. |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Fill | Fills the whole PDFiumBitmap with color. The pixel values in the rectangle are replaced and not blended. |
![]() |
FillRectangle | Fills a rectangle in the PDFiumBitmap with color. The pixel values in the rectangle are replaced and not blended. |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Save(Stream, Double, Double) | Saves the PDFiumBitmap in the BMP file format. |
![]() |
Save(String, Double, Double) | Saves the PDFiumBitmap in the BMP file format. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |