Creates an image from a PDF document page.
public void GetImageRect(
RasterImage image,
int pageNumber,
double xDpi,
double yDpi,
PDFRect rect
)
public:
void GetImageRect(
RasterImage^ image,
Int32 pageNumber,
double xDpi,
double yDpi,
PDFRect^ rect
)
def GetImageRect(self,image,pageNumber,xDpi,yDpi,rect):
image
Initialized RasterImage to store the image. The source rect will be resized to fill the image.
pageNumber
Page number to render.
xDpi
The horizontal dots per inch to render.
yDpi
The vertical dots per inch to render.
rect
The bounding rectangle of the source image, in pixels.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document