In This Topic
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.
Syntax
public abstract class GoPdfGenerator
See Also