Image |
public class ImageRenderToStreamResult
The ImageRenderToStreamResult type exposes the following members.
| Name | Description | |
|---|---|---|
| ImageRenderToStreamResult(String) | Initializes a failed render result. | |
| ImageRenderToStreamResult(String, String, Double, Double, Double, Double) | Initializes a successful render result. |
| Name | Description | |
|---|---|---|
| DpiX | Gets the horizontal image resolution in dots per inch. | |
| DpiY | Gets the vertical image resolution in dots per inch. | |
| ErrorMessage | Gets the error message when rendering failed. | |
| Extension | Gets the file-name extension of the rendered image. | |
| IsValid | Gets a value indicating whether the render operation succeeded. | |
| NameHint | Gets a suggested base name for the rendered image. | |
| PixelsX | Gets the horizontal image size in pixels. | |
| PixelsY | Gets the vertical image size in pixels. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |