[]
Represents a decorator for PrintingSettings with additional attributes.
public class DesignPrintingSettings
| Name | Description |
|---|---|
| DesignPrintingSettings() |
| Name | Description |
|---|---|
| Default | The default printing settings. |
| Name | Description |
|---|---|
| ShowPrintDialog | Gets or sets a value indicating whether the print dialog should be shown. |
| ShowPrintProgressDialog | Gets or sets a value indicating whether the print progress dialog should be shown. |
| UsePrintingThread | Gets or sets a value indicating whether printing should be performed in a separate thread. |
| UseStandardDialog | Gets or sets a value indicating whether the standard print dialog should be shown. |
| Name | Description |
|---|---|
| implicit operator PrintingSettings(DesignPrintingSettings) | Performs an implicit conversion from DesignPrintingSettings to PrintingSettings. |
| implicit operator DesignPrintingSettings(PrintingSettings) | Performs an implicit conversion from PrintingSettings to DesignPrintingSettings. |