UsePrinterForDefaultPageSettings Property (C1PrintDocument)
In This Topic
Gets or sets a value indicating whether the default page settings are retrieved from the default printer (may slow things down if the printer is a network one) or calculated based on the current locale.
Syntax
'Declaration
Public Shared Property UsePrinterForDefaultPageSettings As Boolean
public static bool UsePrinterForDefaultPageSettings {get; set;}
See Also