VintaSoft Imaging .NET SDK 15.1: 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
)

Parameters

textRegion
The text region.
Requirements

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

See Also