The XGraphics type exposes the following members.
Properties
Name | Description | |
---|---|---|
Graphics |
Gets the System.Drawing.Graphics objects that serves as drawing surface if no PDF is rendered,
or null, if no such object exists.
| |
GraphicsStateLevel |
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.
| |
Internals |
Permits access to internal data.
| |
MUH |
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.
| |
PageDirection |
Gets or sets the a value indicating in which direction y-value grow.
| |
PageOrigin |
Gets the current page origin. Setting the origin is not yet implemented.
| |
PageSize |
Gets the current size of the page.
| |
PageUnit |
Gets or sets the unit of measure used for page coordinates.
CURRENTLY ONLY POINT IS IMPLEMENTED.
| |
PdfPage |
Gets the PDF page that serves as drawing surface if PDF is rendered,
or null, if no such object exists.
| |
SmoothingMode |
Gets or sets the smoothing mode.
| |
Transform |
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.
| |
Transformer |
(Under construction. May change in future versions.)
|
See Also