|
Foxit PDF SDK
|
Inherits SystemIDisposable.
Properties | |
| PDF3DAdvancedSetting.PDF3DAnimationStyle | animation_style [get, set] |
| The activation animation style setting for 3D. Please refer to values starting from foxit.addon.pdf3d.PDF3DAdvancedSetting.PDF3DAnimationStyle.e_3DAnimationStyleNone and this should be one of these values. | |
| int | background_color [get, set] |
| The background color.Default value: 0x5e5e5e. | |
| PDF3DAdvancedSetting.PDF3DDefaultViews | default_views [get, set] |
| The default views setting for 3D. Please refer to values starting from foxit.addon.pdf3d.PDF3DAdvancedSetting.PDF3DDefaultViews.e_3DDefaultViewsNoViews and this should be one of these values. | |
| bool | is_add_default_views [get, set] |
| This flag indicates whether to add default views. true means to add, while false means not. Default value is false. | |
| bool | is_open_model_tree [get, set] |
| This flag indicates whether to open model tree. true means to open, while false means not. Default value is false. | |
| bool | is_retain_views_and_comments [get, set] |
| This flag indicates whether to retain views and comments. true means to retain, while false means not. Default value is false. | |
| bool | is_show_tool_bar [get, set] |
| This flag indicates whether to show tool bar. true means to show, while false means not. Default value is false. | |
| PDF3DAdvancedSetting.PDF3DLightingScheme | lighting_scheme [get, set] |
| The lighting scheme setting for 3D. Please refer to values starting from foxit.addon.pdf3d.PDF3DAdvancedSetting.PDF3DLightingScheme.e_3DLightingSchemeNone and this should be one of these values. | |
| PDF3DAdvancedSetting.PDF3DRenderingStyle | rendering_style [get, set] |
| The activation rendering style setting for 3D. Please refer to values starting from foxit.addon.pdf3d.PDF3DAdvancedSetting.PDF3DRenderingStyle.e_3DRenderingStyleBoundingBox and this should be one of these values. | |
| string | script_file_path [get, set] |
| This flag indicates the script file path. | |
This class represents 3D advanced setting.
Enumeration for default views for the 3D advanced setting type.
Values of this enumeration should be used alone.
Enumeration for lighting scheme for the 3D advanced setting type.
Values of this enumeration should be used alone.
Enumeration for rendering style for the 3D advanced setting type.
Values of this enumeration should be used alone.
|
inline |
Constructor, with another 3D advanced setting object.
| [in] | advanced_setting | Another 3D advanced setting object. |
|
inline |
Constructor with parameter.
| [in] | background_color | The background color. Default value: 0x5e5e5e. |
| [in] | lighting_scheme | The lighting scheme setting for 3D. Please refer to values starting from foxit.addon.pdf3d.PDF3DAdvancedSetting.PDF3DLightingScheme.e_3DLightingSchemeNone and this should be one of these values. |
| [in] | rendering_style | The activation rendering style setting for 3D. Please refer to values starting from foxit.addon.pdf3d.PDF3DAdvancedSetting.PDF3DRenderingStyle.e_3DRenderingStyleBoundingBox and this should be one of these values. |
| [in] | animation_style | The activation animation setting for 3D. Please refer to values starting from foxit.addon.pdf3d.PDF3DAdvancedSetting.PDF3DAnimationStyle.e_3DAnimationStyleNone and this should be one of these values. |
| [in] | default_views | The default views setting for 3D. Please refer to values starting from foxit.addon.pdf3d.PDF3DAdvancedSetting.PDF3DDefaultViews.e_3DDefaultViewsNoViews and this should be one of these values. |
| [in] | is_add_default_views | This flag indicates whether to add default views. |
| [in] | is_retain_views_and_comments | This flag indicates whether to retain views and comments. |
| [in] | is_show_tool_bar | This flag indicates whether to show tool bar. |
| [in] | is_open_model_tree | This flag indicates whether to open model tree. |
| [in] | script_file_path | The script file path. |
|
inline |
Set the values.
| [in] | background_color | The background color.Default value: 0x5e5e5e. |
| [in] | lighting_scheme | The lighting scheme setting for 3D. Please refer to values starting from foxit.addon.pdf3d.PDF3DAdvancedSetting.PDF3DLightingScheme.e_3DLightingSchemeNone and this should be one of these values. |
| [in] | rendering_style | The activation rendering style setting for 3D. Please refer to values starting from foxit.addon.pdf3d.PDF3DAdvancedSetting.PDF3DRenderingStyle.e_3DRenderingStyleBoundingBox and this should be one of these values. |
| [in] | animation_style | The activation animation style setting for 3D. Please refer to values starting from foxit.addon.pdf3d.PDF3DAdvancedSetting.PDF3DAnimationStyle.e_3DAnimationStyleNone and this should be one of these values. |
| [in] | default_views | The default views setting for 3D. Please refer to values starting from foxit.addon.pdf3d.PDF3DAdvancedSetting.PDF3DDefaultViews.e_3DDefaultViewsNoViews and this should be one of these values. |
| [in] | is_add_default_views | This flag indicates whether to add default views. |
| [in] | is_retain_views_and_comments | This flag indicates whether to retain views and comments. |
| [in] | is_show_tool_bar | This flag indicates whether to show tool bar. |
| [in] | is_open_model_tree | This flag indicates whether to open model tree. |
| [in] | script_file_path | The script file path. |