GoDigram for .NET Framework and .NET Core
Northwoods.Go.Svg Namespace / GoSvgWriter Class / ObjectsLimitedToDocExtent Property
In This Topic
    ObjectsLimitedToDocExtent Property
    In This Topic
    Gets or sets whether SVG should be generated for objects that are outside of the View's current DocExtent or the docExtent parameter supplied to Generate(RectangleF,Single,Stream).
    Syntax
    public bool ObjectsLimitedToDocExtent {get; set;}

    Property Value

    The default is false
    See Also