C# (CSharp) PdfSharp.Drawing Namespace

Сlasses

Name Description
XGraphics Represents a drawing surface (or canvas) for a fixed size page.
XGraphics.SpaceTransformer (This class is under construction.)
XGraphics.XGraphicsInternals Provides access to internal data structures of the XGraphics class.
XPdfForm Represents a so called 'PDF form external object', which is typically an imported page of an external PDF document. XPdfForm objects are used like images to draw an existing PDF page of an external document in the current document. XPdfForm objects can only be placed in PDF documents. If you try to draw them using a XGraphics based on an GDI+ context no action is taken if no placeholder image is specified. Otherwise the place holder is drawn.