ActiveReports.Viewer3 Request technical support
PrinterSettings Property
See Also 


Syntax

Visual Basic (Declaration) 
Public Property PrinterSettings As PrinterSettings
Visual Basic (Usage)Copy Code
Dim instance As Printer
Dim value As PrinterSettings
 
instance.PrinterSettings = value
 
value = instance.PrinterSettings
C# 
public PrinterSettings PrinterSettings {get; set;}

Remarks

The Printer's PrinterName property must always be used instead of the Printer.PrinterSettings.PrinterName property.

See Also