MindFusion.Reporting for Silverlight Programmer's Guide
PdfExporter.UseJpegEncoding Property
See Also
 





Gets or sets a value indicating whether to use custom JPEG encoding for the images in the report.

Namespace: MindFusion.Reporting.Silverlight.Export
Assembly: MindFusion.Reporting.Silverlight.PdfExport

 Syntax

C#  Copy Code

public bool UseJpegEncoding { get; set; }

Visual Basic  Copy Code

Public Property UseJpegEncoding As Boolean

 Property Value

true to raise the EncodeImage event to allow users to perform custom encoding; otherwise, false.

 See Also

PdfExporter Members
PdfExporter Class
MindFusion.Reporting.Silverlight.Export Namespace