ImageDevice
Overview
ImageDevice is a class in Aspose.PDF FOSS for C++.
This class provides 10 methods for working with ImageDevice objects in C++ programs.
Available methods include: CoordinateType, FormPresentationMode, GetBitmap, Height, RenderingOptions, Resolution, Width.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
GetBitmap(page: Aspose::Pdf::Page) → ::Aspose::Pdf::BitmapInfo | Calls GetBitmap(page) on this ImageDevice instance. |
CoordinateType() → ::Aspose::Pdf::PageCoordinateType | Calls CoordinateType on this ImageDevice instance. |
CoordinateType(value: Aspose::Pdf::PageCoordinateType) | Calls CoordinateType(value) on this ImageDevice instance. |
RenderingOptions() → ::Aspose::Pdf::RenderingOptions | Calls RenderingOptions on this ImageDevice instance. |
RenderingOptions(value: Aspose::Pdf::RenderingOptions) | Calls RenderingOptions(value) on this ImageDevice instance. |
FormPresentationMode() → ::Aspose::Pdf::Devices::FormPresentationMode | Calls FormPresentationMode on this ImageDevice instance. |
FormPresentationMode(value: Aspose::Pdf::Devices::FormPresentationMode) | Calls FormPresentationMode(value) on this ImageDevice instance. |
Resolution() → class Resolution | Calls Resolution on this ImageDevice instance. |
Width() → int | Calls Width on this ImageDevice instance. |
Height() → int | Calls Height on this ImageDevice instance. |