MindFusion.Reporting for Silverlight Programmer's Guide
PdfExporter.OnPreprocessText Method
See Also
 





Raises the PreprocessText event.

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

 Syntax

C#  Copy Code

protected virtual void OnPreprocessText (
    TextEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnPreprocessText( _
    e As TextEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also

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