Gets or sets the name of file to which to render the image or to which the image was rendered.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property RenderFileName As String |
Visual Basic (Usage) | |
---|
Dim instance As IPhotoWorks
Dim value As String
instance.RenderFileName = value
value = instance.RenderFileName
|
C# | |
---|
string RenderFileName {get; set;} |
C++/CLI | |
---|
property String^ RenderFileName {
String^ get();
void set (String^ value);
} |
Return Value
Name of file to which to render the image or to which the image was rendered
Example
Remarks
See Also
Availability
PhotoWorks API 2006 FCS