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




Whether to print a scalebar or not.

Syntax

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

See Also

© 2010 All Rights Reserved.