In This Topic
Writes specified image to file.
Syntax
'Declaration
Public Shared Function WriteImageToFile( _
ByVal As C1ImageHelper, _
ByVal As String _
) As Boolean
public static bool WriteImageToFile(
C1ImageHelper ,
string
)
Parameters
- image
- fileName
Return Value
Returns true if image was successfully saved.
See Also