EVO Word to PDF Converter

PdfDocumentInfo Class

EVO Word to PDF Converter Documentation
This class encapsulates the options to control the PDF document description (author, title, keywords, etc). The WordToPdfConverter class exposes a reference to an object of this type in the PdfDocumentInfo property.
Inheritance Hierarchy

SystemObject
  EvoWordToPdfPdfDocumentInfo

Namespace:  EvoWordToPdf
Assembly:  evowordtopdf (in evowordtopdf.dll) Version: 10.0.0.0
Syntax

public class PdfDocumentInfo

The PdfDocumentInfo type exposes the following members.

Constructors

  NameDescription
Public methodPdfDocumentInfo
Initializes a new instance of the PdfDocumentInfo class
Top
Properties

  NameDescription
Public propertyAuthorName
Gets or sets the name of the author of the PDF document generated by the Word to PDF converter.
Public propertyCreatedDate
Gets or sets the date and time when the PDF document was created by the Word to PDF converter.
Public propertyKeywords
Gets or sets the keywords of the PDF document generated by the Word to PDF converter.
Public propertySubject
Gets or sets the subject of the PDF document generated by the Word to PDF converter.
Public propertyTitle
Gets or sets the title of the PDF document generated by the Word to PDF converter.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference