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: 5.6.11.14
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 methodEquals
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
See Also