This document is archived and information here might be outdated. Recommended version. |
The recommended maximum size (in pixels) on any dimension for the lowest resolution overview item. A higher value for this property results in fewer levels of overviews. The operation continues to define a new level as long as the number of pixels of the overv.
[Visual Basic .NET]
Public Property MaximumSizeOfTopmostOverview As Integer
[C#]
public int MaximumSizeOfTopmostOverview {get; set;}
[C++]
HRESULT get_MaximumSizeOfTopmostOverview(
long pMaximumSizeOfTopmostOverview
);
[C++]
HRESULT put_MaximumSizeOfTopmostOverview(
System.Int32* pMaximumSizeOfTopmostOverview
);
[C++] Parameters pMaximumSizeOfTopmostOverview [in]
pMaximumSizeOfTopmostOverview is a parameter of type long pMaximumSizeOfTopmostOverview [out, retval]
pMaximumSizeOfTopmostOverview is a parameter of type long*