All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
Document Class Reference

Document class. More...

Public Member Functions

 Document ()
 Initializes a new instance of the Document class. More...
 

Properties

DateTime CreatedAt [get, set]
 Gets or sets the moment of document creation. More...
 
VariantIdentity DocTypeVariantIdentity [get, set]
 Gets or sets the variant identity. More...
 
DocumentTypeSummary DocumentType [get, set]
 Gets or sets the type of the document. More...
 
string FileName [get, set]
 Gets or sets the type of the MIME. More...
 
string MimeType [get, set]
 Gets or sets the type of the MIME. More...
 
int NumberOfPages [get, set]
 Gets or sets the number of pages contained in this document. More...
 
int NumKeyStrokes [get, set]
 Gets or sets the num key strokes. More...
 
string OnlineLearningComments [get, set]
 Gets or sets the online learning comments. More...
 
short OnlineLearningOptions [get, set]
 Gets or sets the online learning options. More...
 
PageCollection Pages [get, set]
 Gets or sets the pages. More...
 
bool ReadOnly [get, set]
 Gets or sets a value indicating whether read only or not. More...
 
bool Rejected [get, set]
 Gets or sets a value indicating whether this Document is rejected. More...
 
string RejectionReason [get, set]
 Gets or sets the rejection reason. More...
 
int TotalTime [get, set]
 Gets or sets the total time. More...
 

Description

Document class.

Constructor & Destructor Documentation

Document ( )

Initializes a new instance of the Document class.

Property Documentation

DateTime CreatedAt
getset

Gets or sets the moment of document creation.

VariantIdentity DocTypeVariantIdentity
getset

Gets or sets the variant identity.

DocumentTypeSummary DocumentType
getset

Gets or sets the type of the document.

string FileName
getset

Gets or sets the type of the MIME.

string MimeType
getset

Gets or sets the type of the MIME.

int NumberOfPages
getset

Gets or sets the number of pages contained in this document.

int NumKeyStrokes
getset

Gets or sets the num key strokes.

string OnlineLearningComments
getset

Gets or sets the online learning comments.

short OnlineLearningOptions
getset

Gets or sets the online learning options.

PageCollection Pages
getset

Gets or sets the pages.

bool ReadOnly
getset

Gets or sets a value indicating whether read only or not.

bool Rejected
getset

Gets or sets a value indicating whether this Document is rejected.

string RejectionReason
getset

Gets or sets the rejection reason.

int TotalTime
getset

Gets or sets the total time.