Device

Overview

Device is a class in Aspose.PDF FOSS for C++.

The Device base class provides a virtual destructor, ensuring proper cleanup of derived raster‑device objects such as PngDevice or JpegDevice.

This class provides 1 method for working with Device objects in C++ programs. Available methods include: ~Device. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
~Device()Calls ~Device on this Device instance.

See Also