Gets or sets the value that indicates whether the settings for print are used.
[Visual Basic]
Public Property UsePrintSettings As Boolean
[C#]
public bool UsePrintSettings {get; set;}
Property Value
Value that indicates whether the settings for print are used.
Remarks
Can print the graph that the setting is different from display, by setting the PrintSettings property, if this property is set as true. Settings of the graph for print are adjusted automatically, if this property is set as false.
Example
How to set the settings for print as valid.
graphBuild.UsePrintSettings = True
graphBuild.UsePrintSettings = true;
See Also
AwGraphBuild Class | Asterworld.Graph Namespace