CPDFTextLine constructor
const
CPDFTextLine({})
Implementation
const CPDFTextLine({
required this.pageIndex,
required this.lineIndex,
required this.location,
required this.length,
required this.rect,
});
const CPDFTextLine({
required this.pageIndex,
required this.lineIndex,
required this.location,
required this.length,
required this.rect,
});