mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Redact tool - basic functionality, create redaction annotations
This commit is contained in:
@ -359,7 +359,8 @@ public:
|
||||
/// \param pageIndex Page index
|
||||
/// \param point1 First point
|
||||
/// \param point2 Second point
|
||||
PDFTextSelection createTextSelection(PDFInteger pageIndex, const QPointF& point1, const QPointF& point2);
|
||||
/// \param selectionColor Selection color
|
||||
PDFTextSelection createTextSelection(PDFInteger pageIndex, const QPointF& point1, const QPointF& point2, QColor selectionColor = Qt::yellow);
|
||||
|
||||
/// Returns string from text selection
|
||||
/// \param itBegin Iterator (begin range)
|
||||
|
Reference in New Issue
Block a user