VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegionMonospaceFormatter Class / Init(TextRegion) Method
Syntax Requirements SeeAlso
In This Topic
    Init(TextRegion) Method (TextRegionMonospaceFormatter)
    In This Topic
    Initializes this text formatter before processing the specified text region.
    Syntax
    'Declaration
    
    Protected Overrides Sub Init( _
    ByVal textRegion
    The text region.
    As TextRegion _
    )
    protected override void Init(
    TextRegion textRegion
    )
    protected: void Init(
    TextRegion* textRegion
    ); override
    protected:
    void Init(
    TextRegion^ textRegion
    ); override

    Parameters

    textRegion
    The text region.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also