Comprehensive Guide for Developers: Features, Integration, and API Reference
Represents a shading in a PDF document. More...
#include <pdfsdk/cxx/shading.h>
Public Member Functions | |
Object | GetPdfObject () const |
Shading (PDEShading handle, bool adopt=false) noexcept | |
Shading (const Shading &rhs) noexcept | |
Shading & | operator= (const Shading &rhs) noexcept |
Shading (Shading &&rhs) noexcept | |
Shading & | operator= (Shading &&rhs) noexcept |
Static Public Member Functions | |
static Shading | CreateFromPdfObject (const Object &object) |
Represents a shading in a PDF document.
ISO 32000-2:2020 - 8.7.4.3 Shading dictionaries
Creates a shading from the specified PDF object.
object | The PDF object. |
Object PDF::Shading::GetPdfObject | ( | ) | const |
Get the PDF object associated with this shading.