ESRI.ArcGIS.ADF.Tasks
PrintedMapImageBackColor Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > PagePrinter 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) 
Public Property PrintedMapImageBackColor As Color
Visual Basic (Usage)Copy Code
Dim instance As PagePrinter
Dim value As Color
 
instance.PrintedMapImageBackColor = value
 
value = instance.PrintedMapImageBackColor
C# 
public Color PrintedMapImageBackColor {get; set;}

Return Value

The background color of the printed map image.

See Also

© 2010 All Rights Reserved.