This document is archived and information here might be outdated. Recommended version. |
Indicates if the values set for the spacing and dimension parameters must be interpreted as absolute units.
[Visual Basic .NET] Public Property AbsoluteParameters As Boolean
[C#] public bool AbsoluteParameters {get; set;}
[C++]
HRESULT get_AbsoluteParameters(
Boolean* pVal
);
[C++]
HRESULT put_AbsoluteParameters(
VARIANT_BOOL pVal
);
[C++]
Parameters pVal [out, retval]
pVal is a parameter of type bool* pVal [in]
pVal is a parameter of type bool