This document is archived and information here might be outdated.  Recommended version.


IMapServer.DocumentInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServer Interface > IMapServer.DocumentInfo Property
ArcGIS Developer Help

IMapServer.DocumentInfo Property

A set of name-value pairs for properties set for the map document (mxd only). These properties are string values set in the map document's Map Properties dialog and include: Title, Subject, Author, Category, Keywords and Comments.

[Visual Basic .NET]
Public ReadOnly Property DocumentInfo As IPropertySet
[C#]
public IPropertySet DocumentInfo {get;}
[C++]
HRESULT get_DocumentInfo(
  IPropertySet** props
);
[C++]
Parameters
props [out, retval]

props is a parameter of type IPropertySet**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Optimized MapServer also returns two additional properties � AntialiasingMode and TextAntialiasingMode. Return values for AntialiasingMode are Fastest, Fast, Normal, Best or None, TextAntialiasingMode returns None, Normal or Force.

See Also

IMapServer Interface