Table of Contents [Hide/Show]
Graphics ContextCoordinatesLines and CurvesShapesGraphical PathsFontsTextImagesGraphics StateTransformationClippingMiscellaneous
XGraphics gfx = XGraphics.FromPdfPage(page);
XGraphics gfx = XGraphics.FromGraphics(graphics, size);
XGraphics gfx = XGraphics.FromDrawingContext(drawingContext, size);
XFont font = new XFont("Verdana", 12, XFontStyle.Italic);