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

SignatureDescription
GetBitmap(page: Aspose::Pdf::Page)::Aspose::Pdf::BitmapInfoCalls GetBitmap(page) on this ImageDevice instance.
CoordinateType()::Aspose::Pdf::PageCoordinateTypeCalls CoordinateType on this ImageDevice instance.
CoordinateType(value: Aspose::Pdf::PageCoordinateType)Calls CoordinateType(value) on this ImageDevice instance.
RenderingOptions()::Aspose::Pdf::RenderingOptionsCalls RenderingOptions on this ImageDevice instance.
RenderingOptions(value: Aspose::Pdf::RenderingOptions)Calls RenderingOptions(value) on this ImageDevice instance.
FormPresentationMode()::Aspose::Pdf::Devices::FormPresentationModeCalls FormPresentationMode on this ImageDevice instance.
FormPresentationMode(value: Aspose::Pdf::Devices::FormPresentationMode)Calls FormPresentationMode(value) on this ImageDevice instance.
Resolution()class ResolutionCalls Resolution on this ImageDevice instance.
Width()intCalls Width on this ImageDevice instance.
Height()intCalls Height on this ImageDevice instance.

See Also