'Declaration Public Function GetText( _ ByVal document As FlowDocument _ ) As String
'Usage Dim instance As RtfFormatter Dim document As FlowDocument Dim value As String value = instance.GetText(document)
public string GetText( FlowDocument document )
Parameters
- document
- A FlowDocument from which the text will be extracted.
Return Value
A string representing the extracted text.