PrintFitUserWidth Property (PrinterPrintOptions)
In This Topic
Returns or specifies the width of the form to print to when the PrintFitUser property is True. The value is expressed in percent reduction (less than 100%) or expansion (greater than 100%).
Syntax
'Declaration
Public Property PrintFitUserWidth As Integer
'Usage
Dim instance As PrinterPrintOptions
Dim value As Integer
instance.PrintFitUserWidth = value
value = instance.PrintFitUserWidth
public int PrintFitUserWidth {get; set;}
Exceptions
See Also