ESRI.ArcGIS.ADF.Tasks
Name Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > QualityItem Class : Name Property




Quality name.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ResDescriptionAttribute("Print quality name.")>
<ResCategoryAttribute("Attributes")>
<NotifyParentPropertyAttribute(True)>
Public Property Name As String
Visual Basic (Usage)Copy Code
Dim instance As QualityItem
Dim value As String
 
instance.Name = value
 
value = instance.Name
C# 
[DefaultValueAttribute()]
[ResDescriptionAttribute("Print quality name.")]
[ResCategoryAttribute("Attributes")]
[NotifyParentPropertyAttribute(true)]
public string Name {get; set;}

Remarks

The Name is displayed to the end user in a drop-down list to choose the quality of the map for printing. An example would be "Draft", with a corresponding DPI of 96. See PrintTask.QualitySettings for a discussion of print quality in the PrintTask.

See Also

© 2010 All Rights Reserved.