PDF SDK Documentation

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

Loading...
Searching...
No Matches
shading.h
1// Copyright (c) 2009-2025 Avanquest Software. All rights reserved.
2
3#ifndef PDFSDK_CXX_PDF_SHADING_H_INCLUDED_
4#define PDFSDK_CXX_PDF_SHADING_H_INCLUDED_
5
7
8#include "wrapper_base.h"
9
10namespace PDF {
11
17class Shading : public detail::RefCountedHandle<PDEShading> {
18public:
24 static Shading CreateFromPdfObject(const Object& object);
25
31
32 PDF_CXX_CORE_WRAPPER_DEFINE_MEMBERS_(Shading, PDEShading)
33};
34
35} // namespace PDF
36
37#include "shading_impl.inl"
38
39#endif // PDFSDK_CXX_PDF_SHADING_H_INCLUDED_
Represents a PDF object.
Definition object.h:20
Represents a shading in a PDF document.
Definition shading.h:17
static Shading CreateFromPdfObject(const Object &object)
Object GetPdfObject() const
Content API.