StringFormat Constructor(TextBlock)
In This Topic
Initializes a new instance of a
StringFormat.
Syntax
'Declaration
Public Function New( _
ByVal As TextBlock _
)
public StringFormat(
TextBlock
)
Parameters
- tb
- PdfTextBlock used to initialize the new StringFormat.
See Also