Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Static Public Member Functions | Properties | List of all members
SolidFramework.Pdf.Info Class Reference

Represents PDF Info More...

Inheritance diagram for SolidFramework.Pdf.Info:

Public Member Functions

virtual void Dispose ()
 
bool Equals (SolidFramework.Pdf.Info other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static SolidFramework.Pdf.Info Create (SolidFramework.Pdf.PdfDocument document)
 Creates the specified document. More...
 
static bool operator== (SolidFramework.Pdf.Info obj1, SolidFramework.Pdf.Info obj2)
 
static bool operator!= (SolidFramework.Pdf.Info obj1, SolidFramework.Pdf.Info obj2)
 

Properties

string Title [getset]
 Gets the title of the document More...
 
string Author [getset]
 Gets the author of the document More...
 
string Subject [getset]
 Gets the subject of the document More...
 
string Keywords [getset]
 Gets the keywords of the document More...
 
string Creator [getset]
 Gets the creator of the document More...
 
string Producer [getset]
 Gets the producer of the document More...
 
SolidFramework.Pdf.Plumbing.PdfDate CreationDate [getset]
 Gets the creation date of the document More...
 
SolidFramework.Pdf.Plumbing.PdfDate ModificationDate [getset]
 Gets the modification date of the document More...
 

Detailed Description

Represents PDF Info

Member Function Documentation

◆ Create()

static SolidFramework.Pdf.Info SolidFramework.Pdf.Info.Create ( SolidFramework.Pdf.PdfDocument  document)
static

Creates the specified document.

Parameters
documentThe document.
Returns

Property Documentation

◆ Author

string SolidFramework.Pdf.Info.Author
getset

Gets the author of the document

The author.

◆ CreationDate

SolidFramework.Pdf.Plumbing.PdfDate SolidFramework.Pdf.Info.CreationDate
getset

Gets the creation date of the document

The creation date.

◆ Creator

string SolidFramework.Pdf.Info.Creator
getset

Gets the creator of the document

The creator.

◆ Keywords

string SolidFramework.Pdf.Info.Keywords
getset

Gets the keywords of the document

The keywords.

◆ ModificationDate

SolidFramework.Pdf.Plumbing.PdfDate SolidFramework.Pdf.Info.ModificationDate
getset

Gets the modification date of the document

The modification date.

◆ Producer

string SolidFramework.Pdf.Info.Producer
getset

Gets the producer of the document

The producer.

◆ Subject

string SolidFramework.Pdf.Info.Subject
getset

Gets the subject of the document

The subject.

◆ Title

string SolidFramework.Pdf.Info.Title
getset

Gets the title of the document

The title.