VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegionFormatter Class / CreateSpaceTextRegionSymbol(Single,TextRegionSymbol,TextRegionSymbol) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    CreateSpaceTextRegionSymbol(Single,TextRegionSymbol,TextRegionSymbol) Method (TextRegionFormatter)
    In This Topic
    Creates the "space" text region symbol.
    Syntax
    'Declaration
    
    Protected Function CreateSpaceTextRegionSymbol( _
    ByVal spaceSymbolWidth
    Width of the space symbol.
    As Single, _
    ByVal symbolBeforeSpace
    The symbol before space.
    As TextRegionSymbol, _
    ByVal symbolAfterSpace
    The symbol after space.
    As TextRegionSymbol _
    ) As TextRegionSymbol

    Parameters

    spaceSymbolWidth
    Width of the space symbol.
    symbolBeforeSpace
    The symbol before space.
    symbolAfterSpace
    The symbol after space.

    Return Value

    A new instance of TextRegionSymbol class.
    Exceptions
    ExceptionDescription
    Thrown if symbolAfterSpace is null.
    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