GoDiagram Win Reference
PrintScale Property

Gets or sets the scale at which we should print.
Syntax
'Declaration
 
<DescriptionAttribute("The scale at which we should print.")>
<CategoryAttribute("Printing")>
<DefaultValueAttribute()>
Public Overridable Property PrintScale As Single
[DescriptionAttribute("The scale at which we should print.")]
[CategoryAttribute("Printing")]
[DefaultValueAttribute()]
public virtual float PrintScale {get; set;}

Property Value

The value must be positive. The default value is less than 1.0f.
Remarks
This serves a purpose very much like that of DocScale, but for printing rather than normal painting. If there is a Sheet, its GoObject.Size, TopLeftMargin, and BottomRightMargin are rescaled accordingly. No grid properties of the sheet are modified.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoView Class
GoView Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback