Gets or sets the width for rendering an image to a file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property RenderFileWidth As Double |
Visual Basic (Usage) | |
---|
Dim instance As IPhotoWorks
Dim value As Double
instance.RenderFileWidth = value
value = instance.RenderFileWidth
|
C# | |
---|
double RenderFileWidth {get; set;} |
C++/CLI | |
---|
property double RenderFileWidth {
double get();
void set (double value);
} |
Return Value
Width of image in current units
Example
See Also
Availability
PhotoWorks API 2006 FCS