DocumentInfo
Overview
DocumentInfo is a class in Aspose.PDF FOSS for C++.
This class provides 24 methods for working with DocumentInfo objects in C++ programs.
Available methods include: Add, Author, Clear, ClearCustomData, Creator, DocumentInfo, IsPredefinedKey, Keywords, Producer, Remove, Subject, Title, and 2 additional methods.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Accessor methods: DocumentInfo.
Accessor Methods
| Name | Type | Access | Description |
|---|---|---|---|
DocumentInfo | DocumentInfo | Read | Gets the document info. |
Methods
| Signature | Description |
|---|---|
DocumentInfo() → DocumentInfo | Calls DocumentInfo on this DocumentInfo instance. |
DocumentInfo() → DocumentInfo | |
DocumentInfo() | |
DocumentInfo() | |
~DocumentInfo() | Calls ~DocumentInfo on this DocumentInfo instance. |
Clear() | Calls Clear on this DocumentInfo instance. |
Add(key: std::string, value: std::string) | Calls Add(key, value) on this DocumentInfo instance. |
Remove(key: std::string) | Calls Remove(key) on this DocumentInfo instance. |
ClearCustomData() | Calls ClearCustomData on this DocumentInfo instance. |
IsPredefinedKey(key: std::string) → bool | Calls IsPredefinedKey(key) on this DocumentInfo instance. |
Title() → std::string | Calls Title on this DocumentInfo instance. |
Title(value: std::string) | Calls Title(value) on this DocumentInfo instance. |
Creator() → std::string | Calls Creator on this DocumentInfo instance. |
Creator(value: std::string) | Calls Creator(value) on this DocumentInfo instance. |
Author() → std::string | Calls Author on this DocumentInfo instance. |
Author(value: std::string) | Calls Author(value) on this DocumentInfo instance. |
Subject() → std::string | Calls Subject on this DocumentInfo instance. |
Subject(value: std::string) | Calls Subject(value) on this DocumentInfo instance. |
Keywords() → std::string | Calls Keywords on this DocumentInfo instance. |
Keywords(value: std::string) | Calls Keywords(value) on this DocumentInfo instance. |
Producer() → std::string | Calls Producer on this DocumentInfo instance. |
Producer(value: std::string) | Calls Producer(value) on this DocumentInfo instance. |
Trapped() → std::string | Calls Trapped on this DocumentInfo instance. |
Trapped(value: std::string) | Calls Trapped(value) on this DocumentInfo instance. |