Comprehensive Guide for Developers: Features, Integration, and API Reference
Optional content membership. More...
#include <pdfsdk/cxx/optional_content.h>
Public Member Functions | |
| bool | IsVisible (const OCConfig &config) const |
| OCMembership (PDOCMD handle, bool adopt=false) noexcept | |
| OCMembership (const OCMembership &rhs) noexcept | |
| OCMembership & | operator= (const OCMembership &rhs) noexcept |
| OCMembership (OCMembership &&rhs) noexcept | |
| OCMembership & | operator= (OCMembership &&rhs) noexcept |
Optional content membership.
ISO 32000-2:2020 - 8.11.2.2 Optional content membership dictionaries
| bool PDF::OCMembership::IsVisible | ( | const OCConfig & | config | ) | const |
Check if the OCGroup associated with this OCMembership is visible.
| config | The OCConfig object to use for visibility check. |