Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ImageIO Dim fileName As String Dim value As Bitmap value = instance.Open(fileName) |
Parameters
- fileName
- Name of the file
Return Value
Bitmap objectFor multi-page files reads the first page.
If PDF file page contains a page-size image, extracted image is returned.
Otherwise PDF page is rasterized and raster image is returned.
Licensing: Requires ClearImage PDF IO license to use with PDF files.
Any ClearImage license is required for other image file formats.
If PDF file page contains a page-size image, extracted image is returned.
Otherwise PDF page is rasterized and raster image is returned.
Licensing: Requires ClearImage PDF IO license to use with PDF files.
Any ClearImage license is required for other image file formats.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family