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.")>
<DefaultValueAttribute()>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<ResCategoryAttribute("PrintTask")>
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.")]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[ResCategoryAttribute("PrintTask")]
public bool PreserveScale {get; set;} |
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