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
|
Returns |
Name |
|---|---|
|
|
( |
|
|
() |
|
|
( |
|
|
( |
|
|
() |
|
|
( |
|
|
( |
|
|
( |
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 |
|---|---|---|
|
|
author |
|
|
|
title |
|
|
|
subject |
Methods
AddTitle
Source code
internal void AddTitle(string title)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
title |
AddSubject
Source code
internal void AddSubject(string subject)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
subject |
AddKeywords
Source code
internal void AddKeywords(string keywords)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
keywords |
AddAuthor
Source code
internal void AddAuthor(string author)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
author |
AddCreator
Source code
internal void AddCreator(string creator)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
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 |
|---|---|---|
|
|
key |
|
|
|
value |
Generated with ModularDoc