PngDevice

Overview

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

This class provides 3 methods for working with PngDevice objects in C++ programs. Available methods include: Process, TransparentBackground. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
Process(page: Aspose::Pdf::Page, output: std::ostream)Calls Process(page, output) on this PngDevice instance.
TransparentBackground()boolCalls TransparentBackground on this PngDevice instance.
TransparentBackground(value: bool)Calls TransparentBackground(value) on this PngDevice instance.

See Also