PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / CreationDpi Property

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

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

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