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