Methods_T_PDFiumSharp_PDFiumBitmap - ArgusMagnus/PDFiumSharp GitHub Wiki
The PDFiumBitmap type exposes the following members.
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.) |