Renders the image to a file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function RenderToFile( _
ByVal overwrite As Boolean _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPhotoWorks
Dim overwrite As Boolean
Dim value As Boolean
value = instance.RenderToFile(overwrite)
|
C++/CLI | |
---|
bool RenderToFile(
& bool overwrite
) |
Parameters
- overwrite
- True to overwrite an existing writable file of the same name, false to not
Return Value
True if the image is rendered to a file, false if not
Example
Remarks
See Also
Availability
PhotoWorks API 2006 FCS