Northwoods.Go.Pdf Assembly : Northwoods.Go.Pdf Namespace |
Class | Description | |
---|---|---|
GoPdfGenerator | Draws a Northwoods.Go.GoObject. Each GoPdfGenerator is associated with a specific derivative of GoObject via the Type property, and must be registered with the GoPdfWriter being used. Generators for all types of standard GoObjects are provided, and can be registered by calling GoPdfWriter.RegisterStandardGenerators. Custom GoObjects may need a custom generator. Custom drawing can be performed by calling any of a set of predefined drawing functions, which take a specified Pen and/or Brush, and coordinates in Northwoods.Go.GoDocument coordinates. | |
GoPdfMargins | Represents distances from the edges of a page. | |
GoPdfMetadata | Represents general information about a PDF document. | |
GoPdfPageInfo | Contains values for various attributes of a page in a PDF document. | |
GoPdfPageSizes | A collection of several common paper sizes | |
GoPdfWriter | This is the basic class for generating a PDF file |
Enumeration | Description | |
---|---|---|
GoPdfAlignment | Flags specifying how extra space is dealt with. Horizontal and vertical alignments are separate, and a combination of horizontal alignment and vertical alignment can be specified as HorizontalAlignment|VerticalAlignment | |
GoPdfFont | Represents the 14 standard PDF fonts that can be substituded for an intended font if the intended font can't be embedded. |