C1.Silverlight.PdfViewer.5
TextBlockAdded Event

Fired after a TextBlock is created from text in the PDF file, permitting font substitution.
Syntax
'Declaration
 
Public Event TextBlockAdded As System.EventHandler(Of TextBlockAddedEventArgs)
public event System.EventHandler<TextBlockAddedEventArgs> TextBlockAdded
Event Data

The event handler receives an argument of type TextBlockAddedEventArgs containing data related to this event. The following TextBlockAddedEventArgs properties provide information specific to this event.

PropertyDescription
TextBlockGets the current TextBlock.  
See Also

Reference

C1PdfViewer Class
C1PdfViewer Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.