GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / PrintScale Property
In This Topic
    PrintScale Property
    In This Topic
    Gets or sets the scale at which we should print.
    Syntax
    [Category("Printing")]
    [DefaultValue(0.8)]
    [Description("The scale at which we should print.")]
    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, GoSheet.TopLeftMargin, and GoSheet.BottomRightMargin are rescaled accordingly. No grid properties of the sheet are modified.
    See Also