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 efect
| C# | Visual Basic | Visual C++ |
public class PdfHeaderOptions
Public Class PdfHeaderOptions
public ref class PdfHeaderOptions
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| PdfHeaderOptions()()() | ||
| DrawHeaderLine |
When true, a line is displayed under the header area. The default value is true.
| |
| Equals(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.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| 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
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) |
| Object | |
| PdfHeaderOptions | |