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

In This Topic
    CreationDpi Property (C1PrintDocument)
    In This Topic
    Gets or sets the resolution (DPI) used when generating the document.

    Note that if ResolvedUnit is UnitTypeEnum.Pixel, this is also the resolution of ResolvedUnit pixels.

    Syntax
    'Declaration
     
    Public Property CreationDpi As System.Single
    public System.float CreationDpi {get; set;}
    See Also