Image2RGBWriteToFile Method |
Writes the entire filter, starting at current position, to
specified filepath. Should only be called on an input filter.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void WriteToFile(
string path,
bool append
)
Public Sub WriteToFile (
path As String,
append As Boolean
)
public:
virtual void WriteToFile(
[InAttribute] String^ path,
[InAttribute] bool append
) sealed
function WriteToFile(path, append);
Parameters
- path
- Type: SystemString
The output filepath. - append
- Type: SystemBoolean
True to append to existing file contents, false to overwrite.
Implements
IFilterWriteToFile(String, Boolean)See Also