Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ Syncfusion Essential<sup>&reg;</sup> PDF supports creating a PDF document with f
The following code snippet explains how to create a PDF document with image, paragraph text, header text, a line below the header text, and a table using flow model.

{% tabs %}
{% highlight c# tabtitle="C#" [Cross-platform] %}
{% highlight c# tabtitle="C# [Cross-platform]" %}

using Syncfusion.Drawing;
using Syncfusion.Pdf;
Expand Down
Loading