M_PDFiumSharp_PDFiumBitmap_AsBmpStream - ArgusMagnus/PDFiumSharp GitHub Wiki
Exposes the underlying image data directly as read-only stream in the BMP file format.
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public Stream AsBmpStream(
double dpiX = 72,
double dpiY = 72
)
- dpiX (Optional)
- Type: System.Double
- dpiY (Optional)
- Type: System.Double
Type: Stream