Namespace:
OmniPageCSDK.Objects
Assembly:
OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic void CopyPage(
int index,
ImageFile sourcefile,
int sourceindex
)
Public Sub CopyPage (
index As Integer,
sourcefile As ImageFile,
sourceindex As Integer
)
public:
void CopyPage(
int index,
ImageFile^ sourcefile,
int sourceindex
)
Parameters
- index
- Type: SystemInt32
- sourcefile
- Type: OmniPageCSDK.ObjectsImageFile
- sourceindex
- Type: SystemInt32
See Also