CPDFHeaderFooter Class |
Namespace: ComPDFKit.PDFDocument
public class CPDFHeaderFooter
The CPDFHeaderFooter type exposes the following members.
Name | Description | |
---|---|---|
Clear |
Removes the header & footer.
| |
GetFontName |
Gets the font name of the header & footer at the specified index.
| |
GetFontSize |
Gets the font size of the header & footer at the specified index.
| |
GetMargin |
Gets the margins of the header & footer.
| |
GetPageOffset |
Gets the start page number of the header & footer.
| |
GetPages |
Gets the page range of the header & footer by string, such as "0,3,5-7".
| |
GetText |
Gets the text of the header & footer at the specified index.
| |
GetTextColor |
Gets the font color of the header & footer at the specified index.
| |
IsValid |
Whether object is valid, false means the object resource is released, you cannot use the object to call any method.
| |
Release |
Releases header & footer object resource.
| |
SetFontName |
Sets the font name of the header & footer at the specified index.
| |
SetFontSize |
Sets the font size of the header & footer at the specified index.
| |
SetMargin |
Sets the margins of the header & footer.
| |
SetPageOffset |
Sets the start page number of the header & footer.
| |
SetPages |
Gets the page range of the header & footer by string, such as "0,3,5-7".
| |
SetText |
Sets the text of the header & footer at the specified index.
| |
SetTextColor |
Sets the font color of the header & footer at the specified index.
| |
Update |
Updates the header & footer.
|