OptionsPrintControl Properties
Provides the Layout Control’s print and export options.| Name | Description |
|---|---|
| AllowFitToPage | Gets or sets whether the LayoutControl, when printed, is horizontally stretched to the width of the printing page. |
| AppearanceGroupCaption | The default print/export appearance settings used to paint captions of layout groups. |
| AppearanceItem | The default print/export appearance settings applied to labels and controls for all layout items. |
| AppearanceItemCaption | Contains print/export appearance settings used to paint layout items. |
| AppearanceItemControl | The default print/export appearance settings applied to controls for all layout items. |
| AppearanceItemText | The default print/export appearance settings applied to labels for all layout items. |
| OldPrinting | Gets or sets whether a LayoutControl utilizes the old print/export mode. |
| TextToControlDistance | Gets or sets the distance between text regions of all layout items and their controls in a LayoutControl‘s print/export output. |
See Also