Skip to content

M_PDFiumSharp_PDFiumBitmap_AsBmpStream

ArgusMagnus edited this page Apr 5, 2017 · 1 revision

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

Clone this wiki locally