DocumentInfo

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

NameTypeAccessDescription
DocumentInfoDocumentInfoReadGets the document info.

Methods

SignatureDescription
DocumentInfo()DocumentInfoCalls 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)boolCalls IsPredefinedKey(key) on this DocumentInfo instance.
Title()std::stringCalls Title on this DocumentInfo instance.
Title(value: std::string)Calls Title(value) on this DocumentInfo instance.
Creator()std::stringCalls Creator on this DocumentInfo instance.
Creator(value: std::string)Calls Creator(value) on this DocumentInfo instance.
Author()std::stringCalls Author on this DocumentInfo instance.
Author(value: std::string)Calls Author(value) on this DocumentInfo instance.
Subject()std::stringCalls Subject on this DocumentInfo instance.
Subject(value: std::string)Calls Subject(value) on this DocumentInfo instance.
Keywords()std::stringCalls Keywords on this DocumentInfo instance.
Keywords(value: std::string)Calls Keywords(value) on this DocumentInfo instance.
Producer()std::stringCalls Producer on this DocumentInfo instance.
Producer(value: std::string)Calls Producer(value) on this DocumentInfo instance.
Trapped()std::stringCalls Trapped on this DocumentInfo instance.
Trapped(value: std::string)Calls Trapped(value) on this DocumentInfo instance.

See Also