[]
        
(Showing Draft Content)

C1.C1Preview.C1PrintDocument.CreationGraphics

CreationGraphics Property

CreationGraphics

Gets or sets the Graphics object to use as reference when generating the report. This Graphics is used to calculate text sizes, measure RTF text, and so on.

Declaration
[Browsable(false)]
public Graphics CreationGraphics { get; set; }
See Also