Skip to content

Commit 99f8ba0

Browse files
authored
Fixed wrong field name
1 parent f9e90fd commit 99f8ba0

File tree

1 file changed

+1
-1
lines changed
  • libraries/radwordsprocessing/concepts/fields

1 file changed

+1
-1
lines changed

libraries/radwordsprocessing/concepts/fields/fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ All fields in the document can be updated using __UpdateFields()__ of __RadFlowD
158158
Console.WriteLine(fieldInfo.GetResult()); // Output: 06/06/2014
159159
{{endregion}}
160160

161-
### Updating PageRef, Page, NumPages, and SectionPage fields.
161+
### Updating PageRef, Page, NumPages, and SectionPages fields.
162162

163163
In R3 2022 the above fields were introduced. Their evaluation requires calculating the size of the document elements. This is why to update them you need to provide an implementation of a [**NumberingFieldsProvider**]({%slug radpdfprocessing-formats-and-conversion-pdf-numbering-fields-provider%}) which can provide the needed layout logic. In the default implementation we are using the the layout logic from the [RadPdfPRocessing]({%slug radpdfprocessing-overview%}) library. To use it you need to add reference to the following assembly:
164164

0 commit comments

Comments
 (0)