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




Gets or sets the name of the layout template file.

Syntax

Visual Basic (Declaration) 
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.UrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute()>
<ResCategoryAttribute("PrintTask")>
<ResDescriptionAttribute("Gets or sets the name of the layout template file.")>
<DefaultValueAttribute()>
Public Property LayoutTemplateFile As String
Visual Basic (Usage)Copy Code
Dim instance As PrintTask
Dim value As String
 
instance.LayoutTemplateFile = value
 
value = instance.LayoutTemplateFile
C# 
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.UrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute()]
[ResCategoryAttribute("PrintTask")]
[ResDescriptionAttribute("Gets or sets the name of the layout template file.")]
[DefaultValueAttribute()]
public string LayoutTemplateFile {get; set;}

Return Value

The name of the layout template file.

See Also

© 2010 All Rights Reserved.