This document is archived and information here might be outdated. Recommended version. |
Indicates if output can be generated in BSQ pixel interleave format.
[Visual Basic .NET] Public Property SupportBSQ As Boolean
[C#] public bool SupportBSQ {get; set;}
[C++]
HRESULT get_SupportBSQ(
Boolean* pBSQ
);
[C++]
HRESULT put_SupportBSQ(
VARIANT_BOOL pBSQ
);
[C++]
Parameters pBSQ [out, retval]
pBSQ is a parameter of type bool* pBSQ [in]
pBSQ is a parameter of type bool