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

In This Topic
    PrinterResolutionX Property
    In This Topic
    Gets or sets the horizontal printer resolution, in dots per inch, used when PrinterResolutionKind is Custom.
    Syntax
    'Declaration
     
    Public Property PrinterResolutionX As System.Integer
    public System.int PrinterResolutionX {get; set;}
    See Also