PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / UsePrinterForDefaultPageSettings Property

In This Topic
    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