This document is archived and information here might be outdated. Recommended version. |
The scan direction flag.
[Visual Basic .NET]
Public Property ScanDirectionFlag As Byte
[C#]
public byte ScanDirectionFlag {get; set;}
[C++]
HRESULT get_ScanDirectionFlag(
Byte pFlag
);
[C++]
HRESULT put_ScanDirectionFlag(
System.Byte* pFlag
);
[C++] Parameters pFlag [in]
pFlag is a parameter of type unsigned char pFlag [out, retval]
pFlag is a parameter of type unsigned char*