[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.TextMapFragment.-ctor

TextMapFragment Constructor

TextMapFragment()

Initializes a new instance of the TextMapFragment class.

Declaration
public TextMapFragment()
Public Sub New()

TextMapFragment(TextLineFragment)

Initializes a new instance of the TextMapFragment

Declaration
public TextMapFragment(TextLineFragment tlf)
Public Sub New(tlf As TextLineFragment)
Parameters
Type Name Description
TextLineFragment tlf

The TextLineFragment to add to TextMapFragment.

TextMapFragment(params TextLineFragment[])

Initializes a new instance of the TextMapFragment

Declaration
public TextMapFragment(params TextLineFragment[] tlfs)
Public Sub New(ParamArray tlfs As TextLineFragment())
Parameters
Type Name Description
TextLineFragment[] tlfs

The array of TextLineFragment objects to add to TextMapFragment.