Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Paragraph Class / InsertSignatureLine Method
The Signature to insert.
The index at which to insert the SignatureLine. By default, 0.


In This Topic
    InsertSignatureLine Method
    In This Topic
    Inserts a SignatureLine at a specific location in this Paragraph.
    Syntax
    'Declaration
     
    Public Function InsertSignatureLine( _
       ByVal signatureLine As SignatureLine, _
       Optional ByVal index As Integer _
    ) As Paragraph
    'Usage
     
    Dim instance As Paragraph
    Dim signatureLine As SignatureLine
    Dim index As Integer
    Dim value As Paragraph
     
    value = instance.InsertSignatureLine(signatureLine, index)
    public Paragraph InsertSignatureLine( 
       SignatureLine signatureLine,
       int index
    )

    Parameters

    signatureLine
    The Signature to insert.
    index
    The index at which to insert the SignatureLine. By default, 0.

    Return Value

    The Paragraph with the new SignatureLine inserted.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also