Click or drag to resize

PageNumbering Class

Represents Page Numbering for ImageToPdfOptions.
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfVisionPageNumbering

Namespace: SautinSoft.PdfVision
Assembly: SautinSoft.PdfVision (in SautinSoft.PdfVision.dll) Version: 2023.11.2
Syntax
public class PageNumbering

The PageNumbering type exposes the following members.

Constructors
 NameDescription
Public methodCode examplePageNumbering Default constructor for the PageNumbering class.
Top
Properties
 NameDescription
Public propertyCode exampleAligment Allows to set align for page numbers text
Public propertyCode exampleFontColor Gets and sets color for page numbering text.
Public propertyCode exampleFontFamily Gets and sets font family for page numbering text.
Public propertyCode exampleFontSize Gets and sets font size for page numbering.
Public propertyCode examplePageNumbersInBottom Gets and sets custom page numbers or any text at the bottom of each PDF page.
Public propertyCode examplePageNumbersInTop Gets and sets custom page numbers or any text at the top of each PDF page.
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