VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Content Namespace / PdfContentGraphicsFigureEditor Class / GetGraphicsFigureEditableTextGroups(Single,Boolean,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
GetGraphicsFigureEditableTextGroups(Single,Boolean,Boolean) Method (PdfContentGraphicsFigureEditor)
In This Topic
Returns the text groups that can be edited.
Syntax
'Declaration

Public Function GetGraphicsFigureEditableTextGroups( _
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.ContentStreamGraphicsFigureTextGroup[]

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: .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