File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -455,7 +455,6 @@ The following example demonstrates how to add a page number in the header and fo
455455 {
456456 Type = ContentType.PageNumber,
457457 PageNumberType = pageType, // Set the selected page number format.
458- Value = "Page ${current} of ${total}", // Set placeholders for dynamic page numbers.
459458 Position = new PdfPosition { X= 360, Y = 20 }, // set the position of the text in the header/footer.
460459 Style = new PdfContentStyle
461460 {
@@ -532,7 +531,7 @@ public class OrderData
532531{% endhighlight %}
533532{% endtabs %}
534533
535- {% previewsample "https://blazorplayground.syncfusion.com/embed/rXrojIjPAVzTWYBH ?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5 " %}
534+ {% previewsample "https://blazorplayground.syncfusion.com/embed/BZLojkCeTOdnSgCJ ?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5 " %}
536535
537536## Insert an image in header and footer
538537
You can’t perform that action at this time.
0 commit comments