VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Content Namespace / PdfContentGraphicsFigureEditor Class / GetGraphicsFigureGroups Methods / GetGraphicsFigureGroups(Single,Boolean,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    GetGraphicsFigureGroups(Single,Boolean,Boolean) Method (PdfContentGraphicsFigureEditor)
    In This Topic
    Returns the graphics figure groups.
    Syntax
    'Declaration
    
    Public Overloads Function GetGraphicsFigureGroups( _
    ByVal paragraphMaxDistance
    The count of space symbols between paragraphs, which are located on the same base line.
    As Single, _
    ByVal enableSkewText
    A value indicating whether text with skewing is allowable.
    As Boolean, _
    ByVal createForTab
    A value indicating whether graphics figures will be used for inserting Tab-character in DOCX document.
    As Boolean _
    ) As Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigure[]

    Parameters

    paragraphMaxDistance
    The count of space symbols between paragraphs, which are located on the same base line.
    enableSkewText
    A value indicating whether text with skewing is allowable.
    createForTab
    A value indicating whether graphics figures will be used for inserting Tab-character in DOCX document.

    Return Value

    The graphics figure groups.
    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