This document is archived and information here might be outdated. Recommended version. |
Fill only voids smaller than this. 0 means all, < 0 means off.
[Visual Basic .NET] Public Property MaxVoidWidth As Double
[C#] public double MaxVoidWidth {get; set;}
[C++]
HRESULT get_MaxVoidWidth(
System.Double* pWidth
);
[C++]
HRESULT put_MaxVoidWidth(
double pWidth
);
[C++]
Parameters pWidth [out, retval]
pWidth is a parameter of type double* pWidth [in]
pWidth is a parameter of type double