Skip to content

Commit

Permalink
Fixed plugin example
Browse files Browse the repository at this point in the history
  • Loading branch information
falleretic committed Nov 29, 2023
1 parent 38e2423 commit 25c5c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/DocsExamples/PluginsExamples/WatermarkPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public void AddWatermarkWithFormatting()
{
//ExStart:AddWatermarkWithFormatting
//GistId:f1cc2c41c92a748dda99a825cd08c616
var doc = new Document("Document.docx");
var doc = new Document(MyDir + "Document.docx");

// You can edit the text formatting using it as a watermark.
var textWatermarkOptions = new TextWatermarkOptions();
Expand Down

0 comments on commit 25c5c3b

Please sign in to comment.