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


IMapServerLayout.DefaultPageDescription Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapServerLayout.DefaultPageDescription Property

The default page settings.

[Visual Basic .NET]
Public ReadOnly Property DefaultPageDescription As IPageDescription
[C#]
public IPageDescription DefaultPageDescription {get;}
[C++]
HRESULT get_DefaultPageDescription(
  IPageDescription** pageDesc
);
[C++]

Parameters pageDesc [out, retval]
pageDesc is a parameter of type IPageDescription

Product Availability

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

See Also

IMapServerLayout Interface