This document is archived and information here might be outdated. Recommended version. |
Indicates if the image resolution should be displayed in TOC.
[Visual Basic .NET] Public Property ShowResolution As Boolean
[C#] public bool ShowResolution {get; set;}
[C++]
HRESULT get_ShowResolution(
Boolean* pShowResolution
);
[C++]
HRESULT put_ShowResolution(
VARIANT_BOOL pShowResolution
);
[C++]
Parameters pShowResolution [out, retval]
pShowResolution is a parameter of type bool* pShowResolution [in]
pShowResolution is a parameter of type bool