MindFusion.Wpf Pack Programmer's Guide
ImageRenderTarget.IsMultipage Property
See Also
 





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.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public bool IsMultipage { get; set; }

Visual Basic  Copy Code

Public Property IsMultipage As Boolean

 Property Value

true, to try to export each page as a separate bitmap frame; otherwise, false.

 Remarks

Not all encoders support multiple frames. If this property is set to true and the encoder does not support multiple frames, only the first page will be saved.

 See Also

ImageRenderTarget Members
ImageRenderTarget Class
MindFusion.Reporting.Wpf Namespace