Click or drag to resize

ImageExportAsPng Method

Saves this image to a file as PNG format.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void ExportAsPng(
	string filename
)

Parameters

filename
Type: SystemString
The full path to the file where to save this image to.
See Also