You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Document-Processing/Word/Word-Library/NET/FAQ.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,10 @@ The frequently asked questions under each category in Essential<sup>®</sup>
66
66
*[Why is a bookmark name with a hyphen `(-)` converted to an underscore `(_)` in DocIO?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#why-is-a-bookmark-name-with-a-hyphen---converted-to-an-underscore-_-in-docio)
67
67
*[Why is formatting not preserved after calling GetAsOneRange()?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#why-is-formatting-not-preserved-after-calling-getasonerange)
68
68
*[What is Ink Trace?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#what-is-ink-trace)
69
+
*[How Ink Width and Height Work](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#how-ink-width-and-height-work)
70
+
*[How Trace Points Are Calculated?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#how-trace-points-are-calculated)
*[How to Set Stroke Thickness?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#how-to-set-stroke-thickness)
Copy file name to clipboardExpand all lines: Document-Processing/Word/Word-Library/NET/Working-with-Ink.md
+8-19Lines changed: 8 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,11 +122,9 @@ document.Close()
122
122
123
123
{% endtabs %}
124
124
125
-
You can download a complete working sample from [GitHub]().
126
-
127
125
## Create Ink with Multiple Traces
128
126
129
-
The following code example illustrating how to create anInk with Multiple Traces (strokes) in a Word document.
127
+
The following code example illustrating how to create anInk with Multiple Traces (strokes) in a Word document.
130
128
131
129
{% tabs %}
132
130
@@ -360,8 +358,6 @@ End Function
360
358
361
359
{% endtabs %}
362
360
363
-
You can download a complete working sample from [GitHub]().
364
-
365
361
## Modify Ink
366
362
367
363
You can modify the appearance of Ink by changing the trace ink effects, color, size, points.
@@ -431,8 +427,6 @@ document.Close()
431
427
432
428
{% endtabs %}
433
429
434
-
You can download a complete working sample from [GitHub]().
435
-
436
430
### Modify Ink Color
437
431
438
432
The following code example demonstrates how to customize the Ink Color.
@@ -500,8 +494,6 @@ document.Close()
500
494
501
495
{% endtabs %}
502
496
503
-
You can download a complete working sample from [GitHub]().
504
-
505
497
### Modify Ink Thickness
506
498
507
499
The following code example demonstrates how to customize the Ink thickness.
@@ -569,8 +561,6 @@ document.Close()
569
561
570
562
{% endtabs %}
571
563
572
-
You can download a complete working sample from [GitHub]().
573
-
574
564
### Modify Ink Points
575
565
576
566
The following code example demonstrates how to customize the Ink Points.
@@ -638,9 +628,6 @@ document.Close()
638
628
639
629
{% endtabs %}
640
630
641
-
You can download a complete working sample from [GitHub]().
642
-
643
-
644
631
## Remove Ink
645
632
646
633
You can remove ink by iterating through Ink objects or specifying an index. The following code example demonstrates how to remove the Ink.
@@ -719,8 +706,7 @@ document.Close()
719
706
{% endhighlight %}
720
707
721
708
{% endtabs %}
722
-
723
-
You can download a complete working sample from [GitHub]().
709
+
724
710
## Limitations
725
711
726
712
The .NET Word Library (DocIO) has the following limitations when creating Ink programmatically or processing Ink from an existing Word document.
@@ -741,7 +727,10 @@ During Word-to-PDF and Word-to-Image conversions, Syncfusion Word Library uses f
741
727
742
728
**To resolve this**, save the document using DocIO first. Then, open the saved document in Microsoft Word and save it again. Finally, convert it to PDF or Image using DocIO. This process regenerates the required Ink fallback images, ensuring accurate visual output.
743
729
744
-
## Online Demo
730
+
## Frequently Asked Questions
745
731
746
-
* Explore how to create a Word document with Ink using the .NET Word Library (DocIO) in a live demo [here]().
747
-
* Explore how to edit a Word document with Ink using the .NET Word Library (DocIO) in a live demo [here]().
732
+
*[What is Ink Trace?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#what-is-ink-trace)
733
+
*[How Ink Width and Height Work](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#how-ink-width-and-height-work)
734
+
*[How Trace Points Are Calculated?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#how-trace-points-are-calculated)
*[How to Set Stroke Thickness?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/paragraph-and-paragraph-items-faqs#how-to-set-stroke-thickness)
0 commit comments