Gets or sets whether to print the background of the
Section when printing.
<DefaultValueAttribute()>
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Indicates whether to print the background of the Section when printing.")>
Public Property PrintBackground As Boolean
Dim instance As Section
Dim value As Boolean
instance.PrintBackground = value
value = instance.PrintBackground
[DefaultValue()]
[SRCategory("Behavior")]
[SRDescription("Indicates whether to print the background of the Section when printing.")]
public bool PrintBackground {get; set;}
Property Value
true to print the background of the
Section; otherwise,
false. The default is
true.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2