Foxit PDF SDK
|
Inherits SystemIDisposable.
Public Member Functions | |
HeaderFooter (Font font, float text_size, int text_color, PageNumberRange page_range, RectF page_margin, bool has_text_shrinked, bool has_fixedsize_for_print, int start_page_number, HeaderFooterContent content, bool is_to_embed_font, bool is_underline) | |
Constructor, with parameters. More... | |
HeaderFooter () | |
Constructor. | |
HeaderFooter (HeaderFooter other) | |
Constructor, with another header-footer object. More... | |
void | Set (Font font, float text_size, int text_color, PageNumberRange page_range, RectF page_margin, bool has_text_shrinked, bool has_fixedsize_for_print, int start_page_number, HeaderFooterContent content, bool is_to_embed_font, bool is_underline) |
Set value. More... | |
Properties | |
HeaderFooterContent | content [get, set] |
Header-footer content. | |
Font | font [get, set] |
A valid font object which is expected to be used for header-footer content. More... | |
bool | has_fixedsize_for_print [get, set] |
A boolean value that decides whether to use fixed size for print or not. | |
bool | has_text_shrinked [get, set] |
A boolean value that decides whether to shrink text or not. | |
bool | is_replace_font [get, set] |
(Reserved) A boolean value that decides whether to replace font or not. Currently Foxit PDF SDK will use this as true all the time. | |
bool | is_to_embed_font [get, set] |
A boolean value that decides whether to embed font or not. | |
bool | is_underline [get, set] |
A boolean value that decides whether to underline text or not. | |
RectF | page_margin [get, set] |
Page margin which specifies the location for header-footer content. Foxit PDF SDK will use a maring defined as (72.0, 36.0, 72.0, 36.0) as default if no margin value is set by user. More... | |
PageNumberRange | page_range [get, set] |
A page number range object which specifies pages where current header-footer is used. More... | |
int | start_page_number [get, set] |
A virtual page number used for the first page specified in parameter page_range. This can be any number, even different from the actual page number of the specified page. More... | |
int | text_color [get, set] |
Text color used for header-footer content. | |
float | text_size [get, set] |
Text size of header-footer content. | |
This class represents properties and data for a header-footer.
|
inline |
Constructor, with parameters.
[in] | font | A valid font object used for header-footer content. Please refer to comment of font of current object. |
[in] | text_size | Text size of header-footer content. |
[in] | text_color | Text color used for header-footer content. |
[in] | page_range | A page number range object which specifies pages where current header-footer is used. Please refer to comment of page_range of current object. |
[in] | page_margin | Page margin which specifies the location for header-footer content. Please refer to comment of page_margin of current object. |
[in] | has_text_shrinked | A boolean value that decides whether to shrink text or not. |
[in] | has_fixedsize_for_print | A boolean value that decides whether to use fixed size for print or not. |
[in] | start_page_number | A virtual page number used for the first page specified in parameter page_range. This can be any number, even different from the actual page number of the specified page. If this value is less than 1, Foxit PDF SDK will use 1 for this value when current header-footer object is used in a PDF document. |
[in] | content | Header-footer content. |
[in] | is_to_embed_font | A boolean value that decides whether to embed font or not. |
[in] | is_underline | A boolean value that decides whether to underline text or not. |
|
inline |
Constructor, with another header-footer object.
[in] | other | Another header-footer object. |
|
inline |
Set value.
[in] | font | A valid font object which is expected to be used for header-footer content. Please refer to comment of font of current object. |
[in] | text_size | Text size of header-footer content. |
[in] | text_color | Text color used for header-footer content. |
[in] | page_range | A page number range object which specifies pages where current header-footer is used. Please refer to comment of page_range of current object. |
[in] | page_margin | Page margin which specifies the location for header-footer content. Please refer to comment of page_margin of current object. |
[in] | has_text_shrinked | A boolean value that decides whether to shrink text or not. |
[in] | has_fixedsize_for_print | A boolean value that decides whether to use fixed size for print or not. |
[in] | start_page_number | A virtual page number used for the first page specified in parameter page_range. This can be any number, even different from the actual page number of the specified page. If this value is less than 1, Foxit PDF SDK will use 1 for this value when current header-footer object is used in a PDF document. |
[in] | content | Header-footer content. |
[in] | is_to_embed_font | A boolean value that decides whether to embed font or not. |
[in] | is_underline | A boolean value that decides whether to underline text or not. |
|
getset |
A valid font object which is expected to be used for header-footer content.
|
getset |
Page margin which specifies the location for header-footer content. Foxit PDF SDK will use a maring defined as (72.0, 36.0, 72.0, 36.0) as default if no margin value is set by user.
|
getset |
A page number range object which specifies pages where current header-footer is used.
All the values represented in this range should start from 1 and no more than page count of the PDF document, in which current header-footer object is used.
|
getset |
A virtual page number used for the first page specified in parameter page_range. This can be any number, even different from the actual page number of the specified page.