This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARPageLayout Interface > IARPageLayout.Title Property (ArcObjects .NET 10.5 SDK) |
The title in the page layout. Not all page layouts have a title that can be changed, use the HasTitle method to check this.
[Visual Basic .NET] Public Property Title As String
[C#] public string Title {get; set;}
This property can be used to get and set the ARPageLayout title, provided a PMF has been Published with a Published Map Title. A Published Map Title can be added to a PMF prior to publication via the Publisher Settings menu on the Publisher extension toolbar in ArcMap. If a the PMF doesn't have a Published Map title, attempting to access the title using this property will return a custom error.
2132: The current document does not have a Published Map title.