ArcObjects Library Reference (PublisherControls)  

IARPageLayout.HasTitle Property

Indicates if the page layout has a title that can be changed.

[Visual Basic .NET]
Public ReadOnly Property HasTitle As Boolean
[C#]
public bool HasTitle {get;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

This property determines whether the currently loaded document has been published with a Published Map title.  Use this property before using ARPageLayout::Title property.  The ability to publish a PMF with a Published Map title was added as new functionality for the 9.2 release.

See Also

IARPageLayout Interface