ESRI.ArcGIS.ADF.Tasks
TitleSettings Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > PrintTask Class : TitleSettings Property




Settings for the title on the print page, including the textbox in the user dialog for entering the Map Title.

Syntax

Visual Basic (Declaration) 
<DesignerSerializationVisibilityAttribute()>
<ResCategoryAttribute("PrintTask")>
<ResDescriptionAttribute("Settings for the Map Title.")>
<NotifyParentPropertyAttribute(True)>
Public Property TitleSettings As ItemSettings(Of String)
Visual Basic (Usage)Copy Code
Dim instance As PrintTask
Dim value As ItemSettings(Of String)
 
instance.TitleSettings = value
 
value = instance.TitleSettings
C# 
[DesignerSerializationVisibilityAttribute()]
[ResCategoryAttribute("PrintTask")]
[ResDescriptionAttribute("Settings for the Map Title.")]
[NotifyParentPropertyAttribute(true)]
public ItemSettings<string> TitleSettings {get; set;}

Remarks

An ItemSettings class stores settings for aspects of the PrintTask dialog. The base ItemSettings class contains two properties: DisplayInDialog, which determines whether the item is visible on the user dialog, and DefaultValue, which is the default value for the item. In this case, the ItemSettings determines whether the textbox for setting the title appears on the user dialog, and the default print page title. If DisplayInDialog is false, then the setting in DefaultValue will determine the title included at the top of the print page.

See Also

© 2010 All Rights Reserved.