ESRI.ArcGIS.ADF.Tasks
PreserveScale Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > PrintTask Class : PreserveScale Property




Whether to preserve scale or extent when rendering the blended map image.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Whether to preserve scale or extent when rendering the blended map image.")>
<ResCategoryAttribute("PrintTask")>
<PersistenceModeAttribute()>
<DefaultValueAttribute()>
Public Property PreserveScale As Boolean
Visual Basic (Usage)Copy Code
Dim instance As PrintTask
Dim value As Boolean
 
instance.PreserveScale = value
 
value = instance.PreserveScale
C# 
[ResDescriptionAttribute("Whether to preserve scale or extent when rendering the blended map image.")]
[ResCategoryAttribute("PrintTask")]
[PersistenceModeAttribute()]
[DefaultValueAttribute()]
public bool PreserveScale {get; set;}

See Also

© 2010 All Rights Reserved.