IFilePageNumberOptions
The IFilePageNumberOptions interface defines properties for configuring page numbering options in file export settings, including font customization and position.
Properties
| Name | Description |
|---|---|
| GeneralIsChanged | Indicates whether any general changes have been made to the page number options. |
| ShowPageNumber | Indicates whether page numbers should be displayed. |
| UseCustomFont | Indicates whether a custom font is used for the page numbers. |
| ShowPageNumberOnFirstPage | Specifies whether the page number should be displayed on the first page. |
| PageNumberPosition | The position of the page number on the page (e.g., top-left, bottom-center). |
| CustomFontOptions | Defines the custom font options for the page numbers. |
| IsChanged | Indicates whether the page number options have been modified. |