Skip to content

M_PDFiumSharp_PDFiumBitmap_Save

ArgusMagnus edited this page Apr 5, 2017 · 1 revision

PDFiumBitmap.Save Method (Stream, Double, Double)

Saves the PDFiumBitmap in the BMP file format.

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public void Save(
	Stream stream,
	double dpiX = 72,
	double dpiY = 72
)

Parameters

 

stream
Type: System.IO.Stream
dpiX (Optional)
Type: System.Double
dpiY (Optional)
Type: System.Double

See Also

Reference

PDFiumBitmap Class
Save Overload
PDFiumSharp Namespace

Clone this wiki locally