mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Create annotations tool - line, polyline, polygon, ellipse
This commit is contained in:
@@ -1161,6 +1161,13 @@ public:
|
||||
QString contents);
|
||||
|
||||
|
||||
/// Sets constant fill opacity of annotation's graphics.
|
||||
/// \param annotation Annotation
|
||||
/// \param opacity Opacity (value must be in range from 0.0 to 1.0)
|
||||
void setAnnotationFillOpacity(PDFObjectReference annotation,
|
||||
PDFReal opacity);
|
||||
|
||||
|
||||
/// Sets constant opacity of annotation's graphics.
|
||||
/// \param annotation Annotation
|
||||
/// \param opacity Opacity (value must be in range from 0.0 to 1.0)
|
||||
|
Reference in New Issue
Block a user