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