RenderFileDotsPerUnit Property (IPhotoWorks)
Gets or sets the dots per unit if the units are inches or centimeters and you are rendering an image to a file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property RenderFileDotsPerUnit As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPhotoWorks
Dim value As Integer
instance.RenderFileDotsPerUnit = value
value = instance.RenderFileDotsPerUnit
|
C# | |
---|
int RenderFileDotsPerUnit {get; set;} |
C++/CLI | |
---|
property int RenderFileDotsPerUnit {
int get();
void set (int value);
} |
Return Value
Dots per unit
See Also
Availability
PhotoWorks API 2006 FCS