ImageRotateImgArea Method (IMAGEINDEX, IMG_ROTATE, IMG_INFO, SKBitmap)
|
Namespace:
OmniPageCSDK.Objects
Assembly:
OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic void RotateImgArea(
IMAGEINDEX imageindex,
IMG_ROTATE rotation,
out IMG_INFO info,
out SKBitmap bitmap
)
Public Sub RotateImgArea (
imageindex As IMAGEINDEX,
rotation As IMG_ROTATE,
<OutAttribute> ByRef info As IMG_INFO,
<OutAttribute> ByRef bitmap As SKBitmap
)
public:
void RotateImgArea(
IMAGEINDEX imageindex,
IMG_ROTATE rotation,
[OutAttribute] IMG_INFO^% info,
[OutAttribute] SKBitmap^% bitmap
)
Parameters
- imageindex
- Type: OmniPageCSDK.ArgTypesIMAGEINDEX
- rotation
- Type: OmniPageCSDK.ArgTypesIMG_ROTATE
- info
- Type: OmniPageCSDK.ArgTypesIMG_INFO
- bitmap
- Type: SKBitmap
See Also