ESRI.ArcGIS.ADF.Web | |
MimeData Class Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.Web Namespace : MimeData Class |
The following tables list the members exposed by MimeData.
Name | Description | |
---|---|---|
MimeData Constructor | Overloaded. Constructor. |
Name | Description | |
---|---|---|
Bytes | The image as a Byte array | |
ContentType | The type of image. | |
ImageFile | The path to an image on file. |
Name | Description | |
---|---|---|
GetBase64EncodedBytes | The byte array as a Base 64 string. | |
GetMimeUrl | Overloaded. Get a URL that represents this image using MIME Data Handler | |
GetObjectData |
Populates a | |
GetSchema |
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the | |
ReadXml | Generates an object from its XML representation. | |
SetContentType | Overloaded. Sets the MimeData's ContentType by examining the image name. | |
StoreMimeInSession | Stores mime data in session and returns url to it | |
WriteToResponse | Writes the MIME data to the output response stream. | |
WriteXml | Converts an object into its XML representation. |