ImageFileInsertImage Method
|
Namespace:
OmniPageCSDK.Objects
Assembly:
OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic void InsertImage(
Image image,
int index,
IMF_FORMAT format
)
Public Sub InsertImage (
image As Image,
index As Integer,
format As IMF_FORMAT
)
public:
void InsertImage(
Image^ image,
int index,
IMF_FORMAT format
)
Parameters
- image
- Type: OmniPageCSDK.ObjectsImage
- index
- Type: SystemInt32
- format
- Type: OmniPageCSDK.ArgTypesIMF_FORMAT
See Also