Table of Contents

Class PdfDocumentBuilder.DocumentInformationBuilder

Namespace
UglyToad.PdfPig.Writer
Assembly
UglyToad.PdfPig.dll

Sets the values of the DocumentInformation dictionary for the document being created. Control inclusion of the document information dictionary on the output with IncludeDocumentInformation.

public class PdfDocumentBuilder.DocumentInformationBuilder
Inheritance
PdfDocumentBuilder.DocumentInformationBuilder
Inherited Members

Constructors

DocumentInformationBuilder()

public DocumentInformationBuilder()

Properties

Author

public string Author { get; set; }

Property Value

string

CreationDate

public string CreationDate { get; set; }

Property Value

string

Creator

public string Creator { get; set; }

Property Value

string

Keywords

public string Keywords { get; set; }

Property Value

string

ModifiedDate

public string ModifiedDate { get; set; }

Property Value

string

Producer

public string Producer { get; set; }

Property Value

string

Subject

public string Subject { get; set; }

Property Value

string

Title

public string Title { get; set; }

Property Value

string