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




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

Syntax

Visual Basic (Declaration) 
Public Property PreserveScale As Boolean
Visual Basic (Usage)Copy Code
Dim instance As PagePrinter
Dim value As Boolean
 
instance.PreserveScale = value
 
value = instance.PreserveScale
C# 
public bool PreserveScale {get; set;}

See Also

© 2010 All Rights Reserved.