GoDigram for .NET Framework and .NET Core
Northwoods.Go.Pdf Namespace / GoPdfWriter Class / Objects Property
In This Topic
    Objects Property (GoPdfWriter)
    In This Topic
    The Northwoods.Go.GoObjects to be drawn onto the PDF Document.
    Syntax
    public IEnumerable<GoObject> Objects {get; set;}
    Remarks
    If null, All Northwoods.Go.GoObjects will be rendered.
    See Also