VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.DocumentEditor.UI Namespace / DocumentParagraphNumbering Class / GetLevelsNumberingDescription(Int32,String) Method
Syntax Requirements SeeAlso
In This Topic
    GetLevelsNumberingDescription(Int32,String) Method (DocumentParagraphNumbering)
    In This Topic
    Returns the levels description.
    Syntax
    'Declaration
    
    Public Function GetLevelsNumberingDescription( _
    ByVal levelCount
    The level count.
    As System.Int32, _
    ByVal delimer
    The delimer.
    As System.String _
    ) As System.String
    public System.String GetLevelsNumberingDescription(
    System.Int32 levelCount,
    System.String delimer
    )
    public: System.String GetLevelsNumberingDescription(
    System.Int32 levelCount,
    System.String delimer
    )
    public:
    System.String GetLevelsNumberingDescription(
    System.Int32 levelCount,
    System.String delimer
    )

    Parameters

    levelCount
    The level count.
    delimer
    The delimer.

    Return Value

    A string with levels description.
    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