PDF SDK Documentation

Comprehensive Guide for Developers: Features, Integration, and API Reference

Loading...
Searching...
No Matches
PDF::Shading Class Reference

Represents a shading in a PDF document. More...

#include <pdfsdk/cxx/shading.h>

Inheritance diagram for PDF::Shading:

Public Member Functions

Object GetPdfObject () const
 
 Shading (PDEShading handle, bool adopt=false) noexcept
 
 Shading (const Shading &rhs) noexcept
 
Shadingoperator= (const Shading &rhs) noexcept
 
 Shading (Shading &&rhs) noexcept
 
Shadingoperator= (Shading &&rhs) noexcept
 

Static Public Member Functions

static Shading CreateFromPdfObject (const Object &object)
 

Detailed Description

Represents a shading in a PDF document.

ISO 32000-2:2020 - 8.7.4.3 Shading dictionaries

Member Function Documentation

◆ CreateFromPdfObject()

static Shading PDF::Shading::CreateFromPdfObject ( const Object & object)
static

Creates a shading from the specified PDF object.

Parameters
objectThe PDF object.
Returns
The shading.

◆ GetPdfObject()

Object PDF::Shading::GetPdfObject ( ) const

Get the PDF object associated with this shading.

Returns
The PDF object.

The documentation for this class was generated from the following file: