Saves this image to a file as TIFF format.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void ExportAsTiff(
string filename
)
Public Sub ExportAsTiff (
filename As String
)
public:
virtual void ExportAsTiff(
[InAttribute] String^ filename
) sealed
function ExportAsTiff(filename);
Parameters
- filename
- Type: SystemString
The full path to the file where to save this image to.
See Also