XGraphics PropertiesTerminal Works - PDF Printing.Net Library

The XGraphics type exposes the following members.

Properties

  NameDescription
Public propertyGraphics
Gets the System.Drawing.Graphics objects that serves as drawing surface if no PDF is rendered, or null, if no such object exists.
Public propertyGraphicsStateLevel
Gets the current graphics state level. The default value is 0. Each call of Save or BeginContainer increased and each call of Restore or EndContainer decreased the value by 1.
Public propertyInternals
Permits access to internal data.
Public propertyMUH
Internal hack for MigraDoc. Will be removed in further releases. Unicode support requires a global refactoring of MigraDoc and will be done in further releases.
Public propertyPageDirection
Gets or sets the a value indicating in which direction y-value grow.
Public propertyPageOrigin
Gets the current page origin. Setting the origin is not yet implemented.
Public propertyPageSize
Gets the current size of the page.
Public propertyPageUnit
Gets or sets the unit of measure used for page coordinates. CURRENTLY ONLY POINT IS IMPLEMENTED.
Public propertyPdfPage
Gets the PDF page that serves as drawing surface if PDF is rendered, or null, if no such object exists.
Public propertySmoothingMode
Gets or sets the smoothing mode.
Public propertyTransform
Gets the current transformation matrix. The transformation matrix canot be set. Insted use Save/Restore or BeginContainer/EndContainer to save the state before Transform is called and later restore to the previous transform.
Public propertyTransformer
(Under construction. May change in future versions.)
Top
See Also

Reference