EVO RTF to PDF Converter Library for .NET
SystemObject
EvoPdf.RtfToPdfPdfHeaderOptions
Assembly: evortftopdf (in evortftopdf.dll) Version: 10.0.0.0 (10.0.0.0)
Top
Top
Top
This class encapsulates the options to control the appearance of the
header in the rendered PDF document. The PDFConverter class contains a
reference to an object of this type. If the ShowHeader property of the PDFDocumentOptions
object is false, the header options have no effect
Inheritance Hierarchy
EvoPdf.RtfToPdfPdfHeaderOptions
Namespace: EvoPdf.RtfToPdf
Assembly: evortftopdf (in evortftopdf.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
The PdfHeaderOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PdfHeaderOptions | Initializes a new instance of the PdfHeaderOptions class |
Properties
Name | Description | |
---|---|---|
DrawHeaderLine |
When true, a line is displayed under the header area. The default value is true.
| |
HeaderSubtitleText |
A smaller text to appear in the rendered PDF document header under the title.
| |
HeaderText |
The text to appear in the rendered PDF document title.
| |
HeaderTextColor |
The color of the text displayed in the header
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also