PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview.Export.Xps Namespace / XpsC1Doc Class / XpsDpi Property

In This Topic
    XpsDpi Property (XpsC1Doc)
    In This Topic
    Gets the resolution used for pages' content. In the current version, this is determined by the CreationDpi of the source C1PrintDocument.
    Syntax
    'Declaration
     
    Public ReadOnly Property XpsDpi As Single
    public float XpsDpi {get;}
    See Also