Skip to content

Methods_T_PDFiumSharp_PDFiumBitmap

ArgusMagnus edited this page Apr 5, 2017 · 3 revisions

PDFiumBitmap Methods

The PDFiumBitmap type exposes the following members.

Methods

 

Name Description
Public method AsBmpStream Exposes the underlying image data directly as read-only stream in the BMP file format.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method Fill Fills the whole PDFiumBitmap with color. The pixel values in the rectangle are replaced and not blended.
Public method FillRectangle Fills a rectangle in the PDFiumBitmap with color. The pixel values in the rectangle are replaced and not blended.
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Save(Stream, Double, Double) Saves the PDFiumBitmap in the BMP file format.
Public method Save(String, Double, Double) Saves the PDFiumBitmap in the BMP file format.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

See Also

Reference

PDFiumBitmap Class
PDFiumSharp Namespace

Clone this wiki locally