Skip to content

Commit 59baf40

Browse files
Merge pull request #1866 from syncfusion-content/EJ2-994247-LineArrowSettings
994247: Note for line arrow settings
2 parents 139c4eb + b2c6a5b commit 59baf40

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Document-Processing/PDF/PDF-Viewer/react/annotation/shape-annotation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ root.render(<App />);
110110

111111
## Add a shape annotation to the PDF document programmatically
112112

113-
The PDF Viewer library allows adding a shape annotation programmatically using the [addAnnotation()](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotation/#annotation) method.
113+
The PDF Viewer library allows adding a shape annotation programmatically using the [addAnnotation()](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotation#annotation) method.
114114

115115
Here is an example showing how to add shape annotations programmatically using addAnnotation():
116116

@@ -621,4 +621,6 @@ root.render(<App />);
621621

622622
{% endraw %}
623623
{% endhighlight %}
624-
{% endtabs %}
624+
{% endtabs %}
625+
626+
N> In both [Arrow](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/index-default#arrowsettings) and [Line](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/index-default#linesettings) annotations Settings, the Fill Color option is available only when an arrowhead style is applied at the Start or End. If both Start and End arrowhead styles are set to None, lines do not support fill rendering and the Fill Color option remains disabled.

0 commit comments

Comments
 (0)