PageSetupPageStartingNumber Property |
Gets or sets the number that appears on the first page of the section.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public int? PageStartingNumber { get; set; }
Public Property PageStartingNumber As Integer?
Get
Set
Property Value
NullableInt32Remarks
If this value is omitted, numbering will continue from the highest page number
in the previous section.
See Also