PDF SDK Documentation
Comprehensive Guide for Developers: Features, Integration, and API Reference
Loading...
Searching...
No Matches
xgroup.h
1
// Copyright (c) 2009-2025 Avanquest Software. All rights reserved.
2
3
#ifndef PDFSDK_CXX_PDF_XGROUP_H_INCLUDED_
4
#define PDFSDK_CXX_PDF_XGROUP_H_INCLUDED_
5
6
#include "wrapper_base.h"
7
8
namespace
PDF {
9
15
class
XGroup :
public
detail::RefCountedHandle<PDEXGroup> {
16
PDF_CXX_CORE_WRAPPER_DEFINE_MEMBERS_(XGroup, PDEXGroup)
17
};
18
19
}
// namespace PDF
20
21
#endif
// PDFSDK_CXX_PDF_XGROUP_H_INCLUDED_