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