Skip to content

Commit 74d110e

Browse files
Resolved compilation issue
1 parent cbeff6f commit 74d110e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

File-Formats/Presentation/Convert-PowerPoint-to-Image-in-Blazor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ using Syncfusion.PresentationRenderer;
8787
{% endhighlight %}
8888
{% endtabs %}
8989

90-
Step 9: Create a new MemoryStream method with name as **ConvertPPTXtoImage** in **PowerPointService** class and include the following code snippet to **convert a PowerPoint to image in Blazor Server app**.
90+
Step 9: Create a new MemoryStream method with name as **ConvertPPTXToImage** in **PowerPointService** class and include the following code snippet to **convert a PowerPoint to image in Blazor Server app**.
9191

9292
{% tabs %}
9393
{% highlight c# tabtitle="C#" %}

0 commit comments

Comments
 (0)