ESRI.ArcGIS.ADF.Tasks
PrintedMapImageBackColor Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks Namespace > PrintTask Class : PrintedMapImageBackColor Property




Gets or sets the background color of the printed map image. If none is defined, the background color of the Map control is used. If no background color is defined on the map control, the image is printed with a white background

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("PrintTask")>
<ResDescriptionAttribute("Gets or sets the background color of the printed map image. If none is defined, the background color of the  Map control is used. If no background color is defined on the map control, the image is printed with a white
background.")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property PrintedMapImageBackColor As Color
Visual Basic (Usage)Copy Code
Dim instance As PrintTask
Dim value As Color
 
instance.PrintedMapImageBackColor = value
 
value = instance.PrintedMapImageBackColor
C# 
[ResCategoryAttribute("PrintTask")]
[ResDescriptionAttribute("Gets or sets the background color of the printed map image. If none is defined, the background color of the  Map control is used. If no background color is defined on the map control, the image is printed with a white
background.")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public Color PrintedMapImageBackColor {get; set;}

Property Value

The background color of the printed map image.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.