PrintFitUserLength Property (PrinterPrintOptions)
In This Topic
Returns or specifies the length 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 PrintFitUserLength As Integer
'Usage
Dim instance As PrinterPrintOptions
Dim value As Integer
instance.PrintFitUserLength = value
value = instance.PrintFitUserLength
public int PrintFitUserLength {get; set;}
Exceptions
See Also