Skip to main content
Skip table of contents

PdfInfo

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
ReturnsName
voidAddAuthor(string author)
voidAddCreationDate()
voidAddCreator(string creator)
voidAddKeywords(string keywords)
voidAddProducer()
voidAddSubject(string subject)
voidAddTitle(string title)
voidAddkey(string key, string value)

Details

Inheritance

Constructors

PdfInfo [1/2]

Source code

internal PdfInfo()
PdfInfo [2/2]

Source code

internal PdfInfo(string author, string title, string subject)
Arguments
TypeNameDescription
stringauthor
stringtitle
stringsubject

Methods

AddTitle

Source code

internal void AddTitle(string title)
Arguments
TypeNameDescription
stringtitle
AddSubject

Source code

internal void AddSubject(string subject)
Arguments
TypeNameDescription
stringsubject
AddKeywords

Source code

internal void AddKeywords(string keywords)
Arguments
TypeNameDescription
stringkeywords
AddAuthor

Source code

internal void AddAuthor(string author)
Arguments
TypeNameDescription
stringauthor
AddCreator

Source code

internal void AddCreator(string creator)
Arguments
TypeNameDescription
stringcreator
AddProducer

Source code

internal void AddProducer()
AddCreationDate

Source code

internal void AddCreationDate()
Addkey

Source code

internal void Addkey(string key, string value)
Arguments
TypeNameDescription
stringkey
stringvalue

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.