|
PoDoFo 1.2.0
|
This class provides access to the documents info dictionary, which provides information about the PDF document. More...
#include <PdfInfo.h>
Inherits PoDoFo::PdfDictionaryElement.
Public Member Functions | |
| void | SetTitle (nullable< const PdfString & > title) |
| Set the title of the document. | |
| nullable< const PdfString & > | GetTitle () const |
| Get the title of the document. | |
| void | SetAuthor (nullable< const PdfString & > author) |
| Set the author of the document. | |
| nullable< const PdfString & > | GetAuthor () const |
| Get the author of the document. | |
| void | SetSubject (nullable< const PdfString & > subject) |
| Set the subject of the document. | |
| nullable< const PdfString & > | GetSubject () const |
| Get the subject of the document. | |
| void | SetKeywords (nullable< const PdfString & > keywords) |
| Set keywords for this document. | |
| nullable< const PdfString & > | GetKeywords () const |
| Get the keywords of the document. | |
| void | SetCreator (nullable< const PdfString & > creator) |
| Set the creator of the document. | |
| nullable< const PdfString & > | GetCreator () const |
| Get the creator of the document. | |
| void | SetProducer (nullable< const PdfString & > producer) |
| Set the producer of the document. | |
| nullable< const PdfString & > | GetProducer () const |
| Get the producer of the document. | |
| void | SetCreationDate (nullable< PdfDate > date) |
| nullable< PdfDate > | GetCreationDate () const |
| Get creation date of document. | |
| void | SetModDate (nullable< PdfDate > date) |
| nullable< PdfDate > | GetModDate () const |
| Get modification date of document. | |
| void | SetTrapped (nullable< const PdfName & > trapped) |
| Set the trapping state of the document. | |
| nullable< const PdfName & > | GetTrapped () const |
| Get the trapping state of the document. | |
Static Public Member Functions | |
| static bool | TryCreateFromObject (const PdfObject &obj, std::unique_ptr< const PdfInfo > &info) |
| static bool | TryCreateFromObject (PdfObject &obj, std::unique_ptr< PdfInfo > &info) |
Friends | |
| class | PdfDocument |
This class provides access to the documents info dictionary, which provides information about the PDF document.
Get the author of the document.
Get creation date of document.
Get the creator of the document.
Get the keywords of the document.
Get modification date of document.
Get the producer of the document.
Get the subject of the document.
Get the title of the document.
Get the trapping state of the document.
Set the author of the document.
| author | author |
Set the creator of the document.
Typically the name of the application using the library.
| creator | creator |
Set keywords for this document.
| keywords | a list of keywords |
Set the producer of the document.
| producer | producer |
Set the subject of the document.
| subject | subject |
Set the title of the document.
| title | title |
Set the trapping state of the document.
| trapped | trapped |