This document is archived and information here might be outdated. Recommended version. |
Output segment boundaries only. All other pixel invalid.
[Visual Basic .NET] Public Property BoundariesOnly As Boolean
[C#] public bool BoundariesOnly {get; set;}
[C++]
HRESULT get_BoundariesOnly(
Boolean* pBoundaries
);
[C++]
HRESULT put_BoundariesOnly(
VARIANT_BOOL pBoundaries
);
[C++]
Parameters pBoundaries [out, retval]
pBoundaries is a parameter of type bool* pBoundaries [in]
pBoundaries is a parameter of type bool