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
)
Public Sub ExportAsPng (
filename As String
)
public:
virtual void ExportAsPng(
[InAttribute] String^ filename
) sealed
function ExportAsPng(filename);
Parameters
- filename
- Type: SystemString
The full path to the file where to save this image to.
See Also