Fired after a TextBlock is created from text in the PDF file, permitting font substitution.
Namespace:
C1.Phone.PdfViewerAssembly: C1.Phone.PdfViewer (in C1.Phone.PdfViewer.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
C# |
---|
public event EventHandler<TextBlockAddedEventArgs> TextBlockAdded |
Visual Basic |
---|
Public Event TextBlockAdded As EventHandler(Of TextBlockAddedEventArgs) |
XAML Attribute Usage |
---|
<object TextBlockAdded="EventHandler<TextBlockAddedEventArgs>" .../> |