Gets or sets whether to print a drawing in high quality.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property HighQuality As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPageSetup
Dim value As Boolean
instance.HighQuality = value
value = instance.HighQuality
|
C# | |
---|
bool HighQuality {get; set;} |
C++/CLI | |
---|
property bool HighQuality {
bool get();
void set (bool value);
} |
Return Value
True to print a
drawing in high quality, false to not
See Also
Availability
SolidWorks 2007 SP3, Revision Number 15.3