M_PDFiumSharp_PDFiumBitmap_AsBmpStream - ArgusMagnus/PDFiumSharp GitHub Wiki

PDFiumBitmap.AsBmpStream Method

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

Syntax

C#

public Stream AsBmpStream(
	double dpiX = 72,
	double dpiY = 72
)

Parameters

 

dpiX (Optional)
Type: System.Double
dpiY (Optional)
Type: System.Double

Return Value

Type: Stream

See Also

Reference

PDFiumBitmap Class
PDFiumSharp Namespace

⚠️ **GitHub.com Fallback** ⚠️