ImageGenerator Properties

The ImageGenerator type exposes the following members.

Properties

Name Description
Public property BackgroundColor

Gets or sets a color to fill the resulting bitmap.

Public property ColorProfile

Gets or sets a color profile associated with the resulting bitmap.

Public property DpiX

Gets or sets the horizontal resolution, in pixels per inch, of the resulting bitmap.

Public property DpiY

Gets or sets the vertical resolution, in pixels per inch, of the resulting bitmap.

Public property FillPath Obsolete.

Gets or sets a GraphicsPath to draw on the resulting bitmap.

Public property FillPathColor Obsolete.

Gets or sets a color to fill a GraphicsPath specified by the FillPath property.

Public property FontRegistry
Public property GraphicsContainer

Gets or sets a GraphicsContainer having the elements that should be drawn on the resulting bitmap.

Public property Height

Gets or set the height, in pixels, of the resulting bitmap.

Public property Id

Gets or sets a unique identifier of this PipelineElement.

(Inherited from PipelineElement.)
Public property Ink

Gets or sets ink characteristics of a spot color of the resulting bitmap.

Public property Palette

Gets or sets a palette associated with the resulting bitmap.

Public property PixelFormat

Gets or sets a pixel format of the resulting bitmap.

Public property Receivers

Gets a collection of pipeline elements that will receive the result of this PipelineElement.

(Inherited from PipelineElement.)
Public property SupportedPixelFormats

Gets a collection of pixel formats that are supported by this PipelineElement.

(Inherited from PipelineElement.)
Public property Width

Gets or set the width, in pixels, of the resulting bitmap.

See Also

Reference