Click or drag to resize

ExcelToPdfCPageStylePageNumbers Class

Allows to set page numbers and their properties in PDF.
Inheritance Hierarchy
SystemObject
  SautinSoftExcelToPdfCPageStylePageNumbers

Namespace: SautinSoft
Assembly: SautinSoft.ExcelToPdf (in SautinSoft.ExcelToPdf.dll) Version: 2023.11.22
Syntax
public class PageNumbers

The ExcelToPdfCPageStylePageNumbers type exposes the following members.

Constructors
 NameDescription
Public methodExcelToPdfCPageStylePageNumbers Creates an instance of PageNumbers class.
Top
Properties
 NameDescription
Public propertyFontColor Set a custom font color for page numbers. Default value: Black.
Public propertyFontFace Set a custom font face for page numbers. Default value: "Times".
Public propertyFontSize Set a custom font size for page numbers. Default value: 10.
Public propertyPosX Set a position by horizontal for page numbering string. Default value: 0.
Public propertyPosY Set a position by vertical for page numbering string. Default value: 0.
Public propertyStartingNumber Sets and gets the value for {page} field of Text property. Default value: 0.
Public propertyCode exampleText Set a custom page numbers in produced PDF document. Default value: "".
Public propertyTotalPages Sets and gets the value for {numpages} field of Text property. Default value: 0.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also