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
HtmlFormatProvider provider = new HtmlFormatProvider();
@@ -113,7 +120,7 @@ When importing HTML, which contains images with URI source, the **HtmlFormatProv
113
120
114
121
The **UriImageSource** objects are always exported as images with URI as their source independently of the export settings. If you need to export this object as an embedded or external image, you could convert the **UriImageSource** to **ImageSource** object.
115
122
116
-
#### __[C#] Example 3: Convert UriImageSource to ImageSource__
123
+
#### __[C#] Example 4: Convert UriImageSource to ImageSource__
UriImageSource uriImageSource = imageInline.Image.ImageSource as UriImageSource;
@@ -234,10 +241,10 @@ The event is only raised when the __StylesExportMode__ property is set to __Exte
234
241
*__Reference__: The value that will be set to the "href" attribute of the "link" element tag. In general, this should be set to the absolute or relative path pointing to the file containing the CSS styles.
235
242
236
243
237
-
__Example 3__ demonstrates how you can create export settings.
244
+
__Example 5__ demonstrates how you can create export settings.
238
245
239
246
240
-
#### __[C#] Example 4: Create HtmlExportSettings__
247
+
#### __[C#] Example 5: Create HtmlExportSettings__
0 commit comments