PDF SDK Documentation
Comprehensive Guide for Developers: Features, Integration, and API Reference
Loading...
Searching...
No Matches
collection.h
1
// Copyright (c) 2009-2025 Avanquest Software. All rights reserved.
2
3
#ifndef PDFSDK_CXX_PDF_COLLECTION_H_INCLUDED_
4
#define PDFSDK_CXX_PDF_COLLECTION_H_INCLUDED_
5
6
#include <
pdfsdk/core/collection.h
>
7
8
#include "wrapper_base.h"
9
10
namespace
PDF {
11
17
class
Collection
:
public
detail::RefCountedHandle<PDCollection> {
18
PDF_CXX_CORE_WRAPPER_DEFINE_MEMBERS_(
Collection
, PDCollection)
19
};
20
21
}
// namespace PDF
22
23
#endif
// PDFSDK_CXX_PDF_COLLECTION_H_INCLUDED_
PDF::Collection
Represents a collection in a PDF document.
Definition
collection.h:17
collection.h
Collection API.