ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / CreationGraphics Property

In This Topic
    CreationGraphics Property (C1PrintDocument)
    In This Topic
    Gets or sets the System.Drawing.Graphics object to use as reference when generating the report. This Graphics is used to calculate text sizes, measure RTF text, and so on.
    Syntax
    'Declaration
     
    Public Property CreationGraphics As System.Drawing.Graphics
    public System.Drawing.Graphics CreationGraphics {get; set;}
    See Also