Skip to content

Commit ecf837e

Browse files
committed
Added youtube video link in working with field page.
1 parent a23968e commit ecf837e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Document-Processing/Word/Word-Library/NET/Working-with-Fields.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Find more information about migration changes [here](https://help.syncfusion.com
2727

2828
N> The document may contain `IncludePicture` fields. These fields are designed to dynamically insert images by referencing external URLs. Each time such a field is encountered, the corresponding image is downloaded from the specified URL. This process significantly increases the time required to process and save the document. We recommend replacing these dynamic `IncludePicture` fields with standard image insertions. This approach eliminates the need for repeated external image downloads and allows the document to be saved in minimal time, ensuring optimal performance.
2929

30+
To quickly start working with Fields, please check out this video:
31+
{% youtube "https://www.youtube.com/watch?v=MSGoiKXd7Xo" %}
32+
3033
## Adding fields
3134

3235
You can add a field to a Word document by using the [AppendField](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.WParagraph.html#Syncfusion_DocIO_DLS_WParagraph_AppendField_System_String_Syncfusion_DocIO_FieldType_) method of [WParagraph](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.WParagraph.html) class.

0 commit comments

Comments
 (0)