PdfInfo Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf.PdfDocument
iTextSharp.text.pdf.PdfDocument.PdfInfo[[PdfInfo]]
end
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.PdfDictionary[[PdfDictionary]]
end
iTextSharp.text.pdf.PdfDictionary --> iTextSharp.text.pdf.PdfDocument.PdfInfo
Members
Methods
Internal methods
Details
Inheritance
Constructors
PdfInfo [1/2]
Source code
internal PdfInfo()
PdfInfo [2/2]
Source code
internal PdfInfo(string author, string title, string subject)
Arguments
Type | Name | Description |
---|
string | author | |
string | title | |
string | subject | |
Methods
AddTitle
Source code
internal void AddTitle(string title)
Arguments
Type | Name | Description |
---|
string | title | |
AddSubject
Source code
internal void AddSubject(string subject)
Arguments
Type | Name | Description |
---|
string | subject | |
AddKeywords
Source code
internal void AddKeywords(string keywords)
Arguments
Type | Name | Description |
---|
string | keywords | |
AddAuthor
Source code
internal void AddAuthor(string author)
Arguments
Type | Name | Description |
---|
string | author | |
AddCreator
Source code
internal void AddCreator(string creator)
Arguments
Type | Name | Description |
---|
string | creator | |
AddProducer
Source code
internal void AddProducer()
AddCreationDate
Source code
internal void AddCreationDate()
Addkey
Source code
internal void Addkey(string key, string value)
Arguments
Type | Name | Description |
---|
string | key | |
string | value | |
Generated with ModularDoc