ESRI.ArcGIS.ADF.Tasks
PrintedMapImageBackColor Property
See Also 
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) 
<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.")>
<ResCategoryAttribute("PrintTask")>
<PersistenceModeAttribute()>
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# 
[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.")]
[ResCategoryAttribute("PrintTask")]
[PersistenceModeAttribute()]
public Color PrintedMapImageBackColor {get; set;}

Return Value

The background color of the printed map image.

See Also

© 2010 All Rights Reserved.