PrinterResolutionX Property (C1PageSettings)
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 Integer
public int PrinterResolutionX {get; set;}
See Also