Foxit PDF SDK
|
Inherits SystemIDisposable.
Properties | |
string | bookmark_root_name [get, set] |
The bookmark's root name. | |
HTML2PDFSettingData.HTML2PDFEncodingFormat | encoding_format [get, set] |
The HTML encoding format Please refer to values starting from and this should be one of these values. | |
string | headerfooter_title [get, set] |
The header-footer title which is content for center header. | |
string | headerfooter_url [get, set] |
The header-footer url which is content for left footer. | |
bool | is_convert_link [get, set] |
Used to decide whether the web link should be converted or not. | |
bool | is_generate_tag [get, set] |
Used to decide whether the tag should be generated or not. | |
bool | is_to_page_scale [get, set] |
Used to decide whether to scale the converted PDF page or not. More... | |
HTML2PDFSettingData.HTML2PDFMediaStyle | media_style [get, set] |
The media style used for the converted PDF document. Please refer to values starting from foxit.addon.conversion.HTML2PDFSettingData.HTML2PDFMediaStyle.e_MediaStyleScreen and this should be one of these values. | |
float | page_height [get, set] |
The page height used for the converted PDF document. More... | |
RectF? | page_margin [get, set] |
The page margin used for converted PDF document. More... | |
HTML2PDFSettingData.HTML2PDFPageMode | page_mode [get, set] |
The page mode used for the converting. Please refer to values starting from foxit.addon.conversion.HTML2PDFSettingData.HTML2PDFPageMode.e_PageModeSinglePage and this should be one of these values. | |
float | page_width [get, set] |
The page width used for the converted PDF document. More... | |
Rotation | rotate_degrees [get, set] |
The rotation degree used for the converted PDF page.Please refer to values starting from foxit.common.Rotation.e_Rotation0 and this should be one of these values. | |
HTML2PDFSettingData.HTML2PDFScalingMode | scaling_mode [get, set] |
The scaling mode used for the converted PDF document. Please refer to values starting from foxit.addon.conversion.HTML2PDFSettingData.HTML2PDFScalingMode.e_ScalingModeNone and this should be one of these values. | |
bool | to_generate_bookmarks [get, set] |
Used to decide whether bookmarks should be generated or not. | |
bool | to_optimize_tag_tree [get, set] |
Used to decide whether to optimize tag tree or not. | |
bool | to_print_background [get, set] |
Used to decide whether to print background or not. | |
bool | to_remove_underline_for_link [get, set] |
Used to decide whether to remove underline decoration for link. | |
bool | to_render_images [get, set] |
Used to decide whether to render images or not. | |
bool | to_resize_objects [get, set] |
Whether to enable the Javascripts related resizing of the objects during rendering process. | |
bool | to_set_headerfooter [get, set] |
Used to decide whether to set header-footer or not. | |
This class represents setting data used for converting HTML to PDF.
Enumeration for encoding format used for converting HTML to PDF.
Values of this enumeration should be used alone.
Enumeration for media style used for converting HTML to PDF.
Values of this enumeration should be used alone.
Enumeration for scaling mode used for converting HTML to PDF.
Values of this enumeration should be used alone.
|
inline |
Constructor, with parameters.
|
inline |
Set value.
|
getset |
Used to decide whether to scale the converted PDF page or not.
|
getset |
The page height used for the converted PDF document.
This value minus the sum of the top and bottom margins must be bigger than 16.
|
getset |
The page margin used for converted PDF document.
|
getset |
The page width used for the converted PDF document.
This value minus the sum of the left and right margins must be bigger than 16.