DocumentInfo Class

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Holds an optional metadata for the document.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.RasterizerDocumentInfo

Namespace:  Apitron.PDF.Rasterizer
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public sealed class DocumentInfo

The DocumentInfo type exposes the following members.

Properties

  NameDescription
Public propertyAuthor
The name of the person who created the document.
Public propertyCreationDate
The date and time the document was created, in human-readable form.
Public propertyCreator
If the document was converted to PDF from another format, the name of the conforming product that created the original document from which it was converted.
Public propertyKeywords
Keywords associated with the document.
Public propertyModDate
The date and time the document was most recently modified, in human-readable form.
Public propertyProducer
If the document was converted to PDF from another format, the name of the conforming product that converted it to PDF.
Public propertySubject
The subject of the document.
Public propertyTitle
The document’s title.
Top
See Also

Reference