Winnovative Logo

PdfDocumentInfo Class

Winnovative Client for .NET Core
This class encapsulates the options to control the PDF document description (author, title, keywords, etc)
Inheritance Hierarchy

SystemObject
  WinnovativeClientPdfDocumentInfo

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.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 HTML to PDF converter.
Public propertyCreatedDate
Gets or sets the date and time when the PDF document was created by the HTML to PDF converter.
Public propertyKeywords
Gets or sets the keywords of the PDF document generated by the HTML to PDF converter.
Public propertySubject
Gets or sets the subject of the PDF document generated by the HTML to PDF converter.
Public propertyTitle
Gets or sets the title of the PDF document generated by the HTML to PDF converter.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference