PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / StringFormat Class / StringFormat Constructor / StringFormat Constructor(TextBlock)
PdfTextBlock used to initialize the new StringFormat.

In This Topic
    StringFormat Constructor(TextBlock)
    In This Topic
    Initializes a new instance of a StringFormat.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal tb As TextBlock _
    )
    public StringFormat( 
       TextBlock tb
    )

    Parameters

    tb
    PdfTextBlock used to initialize the new StringFormat.
    See Also