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




Quality DPI.

Syntax

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

Remarks

The is the dots (pixels) per inch measurement for the map output that corresponds to the Name value. An example would be 96, which produces output satisfactory for draft quality, and hence may be named "Draft".

See PrintTask.QualitySettings for a discussion of print quality in the PrintTask.

See Also

© 2010 All Rights Reserved.