Show / Hide Table of Contents

Class PdfMetadata

Specifies metadata for a PDF document.

Inheritance
System.Object
PdfMetadata
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Neodynamic.SDK.Printing
Assembly: cs.temp.dll.dll
Syntax
public class PdfMetadata

Properties

Author

Gets or sets the name of the person who created the document.

Declaration
public string Author { get; set; }
Property Value
Type Description
System.String

Creator

Gets or sets the name of the product that created the original document.

Declaration
public string Creator { get; set; }
Property Value
Type Description
System.String

Producer

Gets or sets the product that is converting this document to PDF.

Declaration
public string Producer { get; set; }
Property Value
Type Description
System.String

Subject

Gets or sets the subject of the document.

Declaration
public string Subject { get; set; }
Property Value
Type Description
System.String

Title

Gets or sets the document's title.

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String

UseVectorDrawing

Gets or sets whether to use vector drawing or not.

Declaration
public bool UseVectorDrawing { get; set; }
Property Value
Type Description
System.Boolean
Back to top Copyright © 2003- Neodynamic SRL
http://www.neodynamic.com