PdfStyle QML Type▲
-
Import Statement: import QtQuick.Pdf
-
Since:: Qt 5.14
-
Inherits:: QtObject
Detailed Description▲
PdfStyle provides properties to modify the appearance of PdfMultiPageView, PdfScrollablePageView, and PdfPageView.
Default styles are provided to match the styles in Qt Quick Controls. File selectors are used to load the PDF style corresponding to the Controls style in use. Custom styles are possible, using different file selectors.
Property Documentation▲
currentSearchResultStrokeColor : color▲
The color of the box outline around the current search result.
See Also▲
currentSearchResultStrokeWidth : real▲
The line width of the box outline around the current search result.
See Also▲
pageSearchResultsColor : color▲
The color of translucent rectangles that are overlaid on text that matches the search string.
See Also▲
See also PdfSearchModel
selectionColor : color▲
The color of translucent rectangles that are overlaid on selected text.
See Also▲
See also PdfSelection