PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1PageSettings Class / PrinterResolutionY Property

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