Winnovative RTF to PDF Converter Library for .NET
PdfFooterOptions Class
NamespacesWinnovative.WnvRtfToPdfPdfFooterOptions
Winnovative RTF to PDF Converter Library for .NET
This class encapsulates the options to control the appearance of the footer in the rendered PDF document. The PDFConverter class contains a reference to an object of this type. If the ShowFooter property from PDFDocumentOptions object is false, the footer options have no efect
Declaration Syntax
C#Visual BasicVisual C++
public class PdfFooterOptions
Public Class PdfFooterOptions
public ref class PdfFooterOptions
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
PdfFooterOptions()()()
DrawFooterLine
When true, a line is displayed above the footer area. The default value is true.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FooterText
The text to appear in the rendered PDF document footer

FooterTextColor
The color of the text displayed in the footer

GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
PageNumberText
The text to be displayed before the page number. The default value is 'Page'

ShowPageNumber
When true, the page numbers. The default value is true.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
PdfFooterOptions

Assembly: Winnovative.WnvRtfToPdf (Module: Winnovative.WnvRtfToPdf) Version: 2.0.5.0 (2.0.5.0)