GoDigram for .NET Framework and .NET Core
Northwoods.Go.Pdf Namespace / GoPdfWriter Class
Fields Properties Methods


In This Topic
    GoPdfWriter Class Members
    In This Topic

    The following tables list the members exposed by GoPdfWriter.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Fields
     NameDescription
    Public Field Defines the size of a "unit" when drawing Foreground/Background decorations.  
    Top
    Public Properties
     NameDescription
    Public Property Controls how the diagram should be rendered if there is more space than needed (e.g., whether it should be stretched to fill the pages, whether it should be centered,...)  
    Public PropertyOnly Northwoods.Go.GoObjects within these bounds will be added to the PDF document.  
    Public Property Specifies the orientation of the diagram when printed onto a page. If true, means that the longer dimension of the page should be horizontal for the y-axis of the diagram to be vertical. Default is false.  
    Public Property True if pages are numbered such that a row consists of consecutive page numbers, false if pages are numbered such that columns consist of consecutive page numbers. Default is true.  
    Public Property The minimum printable distances (in inches) from the sides ofn a page. This property determines the pages' trim box.  
    Public Property Specifies general information about the PDF document, such as Author, Title, Date of creation, etc...  
    Public PropertyThe Northwoods.Go.GoObjects to be drawn onto the PDF Document.  
    Public Property The minimum distances (in inches) between the bounds of the diagram and tha pages' margins.  
    Public Property The size, in inches, of a page.  
    Public PropertySpecifies whether the View's background color should be drawn. Default is false.  
    Public Property Specifies whether the Background color and grid, if drawn, should extend to the margins of the pages. Default is false.  
    Public PropertySpecifies whether the View's Grid should be rendered, if it exists. Default is false.  
    Public PropertyControls whether Northwoods.Go.GoObjects with shadows will have a shadow rendered onto the document  
    Public Property Specifies whether temporary objects (e.g. adornments, tooltips,...) should be rendered. Default is false.  
    Public PropertyThe number of PDF units corresponding to a single Northwoods.Go.GoDocument unit. 72 PDF units correspond to an inch.  
    Public PropertyThe Northwoods.Go.GoView whose contents are drawn.  
    Top
    Public Methods
     NameDescription
    Public Methodreturns a GoPdfGenerator associated with the given Type or its base types, or else null  
    Public MethodOverloaded.   
    Public Methodreturns a GoPdfGenerator associated with the given Type, or null  
    Public Methodassociate a GoPdfGenerator with a Type  
    Public MethodRegisters the predefined GoPdfGenerators except for GoPdfGenerator.  
    Top
    Protected Methods
     NameDescription
    Protected Method Draw per-page decorations, watermark, page numbers, etc... Cordinates are expressed in units of 1/72 inch, with (0,0) denoting the top left corner.  
    Protected Method Draw per-page decorations, watermark, page numbers, etc... Cordinates are expressed in units of 1/72 inch, with (0,0) denoting the top left corner.  
    Top
    See Also