MindFusion.Wpf Pack Programmer's Guide
ImageRenderTarget Members
Constructors Properties Methods
 


An implementation of the IRenderTarget, which renders a report to an image.

The following tables list the members exposed by the ImageRenderTarget type.

 Public Constructors

  Name Description

ImageRenderTarget

Initializes a new instance of the ImageRenderTarget class.

 Public Properties

  Name Description

Dpi

Gets or sets the DPI of the resulting image.

IsMultipage

Gets or sets a value indicating whether the pages in the report will be added as a separate BitmapFrame objects to the underlying encoder or all the pages will be rendered as a single frame.

PageBackground

Gets or sets a brush to use as a page background for pages who do not have explicit background set.

PageBorderBrush

Gets or sets a brush to use as a page border for pages who do not have explicit border set.

 Public Methods

  Name Description

Save

Overloaded. Saves the rendered image in a file.

 See Also

ImageRenderTarget Class
MindFusion.Reporting.Wpf Namespace