This document is archived and information here might be outdated. Recommended version. |
The number preceding the page units in a scale, i.e., the '1' in 1 inch = 5 miles.
[Visual Basic .NET]
Public Property PageUnitValue As Double
[C#]
public double PageUnitValue {get; set;}
[C++]
HRESULT get_PageUnitValue(
double Value
);
[C++]
HRESULT put_PageUnitValue(
System.Double* Value
);
[C++] Parameters Value [in]
Value is a parameter of type double Value [out, retval]
Value is a parameter of type double*