Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class
Members

In This Topic
    GcPdfGraphics Class
    In This Topic
    Represents a graphics object that can be used to draw on a PDF page.

    The origin (0,0) is in the top left corner of the page, the axis go right and down.

    All coordinates and sizes are expressed in printer points (1/72 of an inch) by default. This can be changed using the Resolution property.

    Object Model
    GcPdfGraphics Class
    Syntax
    'Declaration
     
    Public Class GcPdfGraphics 
       Inherits GrapeCity.Documents.Drawing.GcGraphics
    public class GcPdfGraphics : GrapeCity.Documents.Drawing.GcGraphics 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Drawing.GcGraphics
          GrapeCity.Documents.Pdf.GcPdfGraphics

    See Also