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

PageData class. More...

Public Member Functions

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

Properties

string Base64Data [get, set]
 Gets or sets the base64 data. More...
 
byte[] Data [get, set]
 Gets or sets the page data. More...
 
string MimeType [get, set]
 Gets or sets the MIME type. More...
 
RuntimeFieldCollection RuntimeFields [get, set]
 Gets or sets the Runtime Fields. More...
 

Description

PageData class.

Constructor & Destructor Documentation

PageData ( )

Initializes a new instance of the PageData class.

Property Documentation

string Base64Data
getset

Gets or sets the base64 data.

The base64 data.

byte [] Data
getset

Gets or sets the page data.

string MimeType
getset

Gets or sets the MIME type.

RuntimeFieldCollection RuntimeFields
getset

Gets or sets the Runtime Fields.