Click or drag to resize

ImageRenderToStreamResult Class

Represents the result of rendering an image reference to a stream.
Inheritance Hierarchy
SystemObject
  Altaxo.TextImageRenderToStreamResult

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class ImageRenderToStreamResult

The ImageRenderToStreamResult type exposes the following members.

Constructors
 NameDescription
Public methodImageRenderToStreamResult(String) Initializes a failed render result.
Public methodImageRenderToStreamResult(String, String, Double, Double, Double, Double) Initializes a successful render result.
Top
Properties
 NameDescription
Public propertyDpiX Gets the horizontal image resolution in dots per inch.
Public propertyDpiY Gets the vertical image resolution in dots per inch.
Public propertyErrorMessage Gets the error message when rendering failed.
Public propertyExtension Gets the file-name extension of the rendered image.
Public propertyIsValid Gets a value indicating whether the render operation succeeded.
Public propertyNameHint Gets a suggested base name for the rendered image.
Public propertyPixelsX Gets the horizontal image size in pixels.
Public propertyPixelsY Gets the vertical image size in pixels.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also