Skip to content

Commit ffa32bb

Browse files
committed
923636: Resolved the given feedback
1 parent c92caf4 commit ffa32bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • Pages/Setting-Section-Page-Numbers-With-Custom-Styles/.NET/Setting-Section-Page-Numbers-With-Custom-Styles

Pages/Setting-Section-Page-Numbers-With-Custom-Styles/.NET/Setting-Section-Page-Numbers-With-Custom-Styles/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
PdfFont font = new PdfStandardFont(PdfFontFamily.Helvetica, 12);
1010
//Create section page number field.
1111
PdfSectionPageNumberField sectionPageNumber = new PdfSectionPageNumberField();
12+
//Set the page number style as LowerRoman
1213
sectionPageNumber.NumberStyle = PdfNumberStyle.LowerRoman;
1314
sectionPageNumber.Font = font;
1415
//Draw the sectionPageNumber in section.

0 commit comments

Comments
 (0)