SmartPrintPagesWide Property
In This Topic
Gets or sets the number of horizontal pages to check when optimizing the printing.
Syntax
'Declaration
Public Property SmartPrintPagesWide As Integer
'Usage
Dim instance As PrintInfo
Dim value As Integer
instance.SmartPrintPagesWide = value
value = instance.SmartPrintPagesWide
public int SmartPrintPagesWide {get; set;}
See Also