ImageViewPrintImageEx Method
|
This method prints the an image range.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic void PrintImageEx(
int FromPage,
int ToPage
)
Public Sub PrintImageEx (
FromPage As Integer,
ToPage As Integer
)
public:
void PrintImageEx(
int FromPage,
int ToPage
)
Parameters
- FromPage
- Type: SystemInt32
- ToPage
- Type: SystemInt32
See Also