ImageFileTransform Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void Transform(
int BitsPerPixel,
ref IPROSIZE Size,
[OptionalAttribute] int Page
)
Public Sub Transform (
BitsPerPixel As Integer,
ByRef Size As IPROSIZE,
<OptionalAttribute> Page As Integer
)
public:
void Transform(
[InAttribute] int BitsPerPixel,
[InAttribute] IPROSIZE% Size,
[OptionalAttribute] [InAttribute] int Page
)
Parameters
- BitsPerPixel
- Type: SystemInt32
- Size
- Type: Kofax.OmniPageCSDK.IproPlusIPROSIZE
- Page (Optional)
- Type: SystemInt32
See Also