|
Foxit PDF SDK
|
Inherits SystemIDisposable.
Properties | |
| PDF3DLaunchSetting.PDF3DActivationDisableSetting | activation_disable [get, set] |
| The activation disable setting for 3D. Please refer to values starting from foxit.addon.pdf3d.PDF3DLaunchSetting.PDF3DActivationDisableSetting.e_3DActivationDisableSettingContextMenuSelected and this should be one of these values. | |
| PDF3DLaunchSetting.PDF3DActivationEnableSetting | activation_enable [get, set] |
| The activation enable setting for 3D. Please refer to values starting from foxit.addon.pdf3d.PDF3DLaunchSetting.PDF3DActivationEnableSetting.e_3DActivationEnableSettingContentClicked and this should be one of these values. | |
| PDF3DLaunchSetting.PDF3DActivationPlaybackStyleSetting | activation_playback [get, set] |
| The activation playback setting for 3D. Please refer to values starting from foxit.addon.pdf3d.PDF3DLaunchSetting.PDF3DActivationPlaybackStyleSetting.e_3DActivationPlaybackStyleOnPage and this should be one of these values. | |
| PDF3DLaunchSetting.PDF3DAppearanceSettingBorderWidth | border_width [get, set] |
| The border width setting for 3D. Please refer to values starting from foxit.addon.pdf3d.PDF3DLaunchSetting.PDF3DAppearanceSettingBorderWidth.e_3DAppearanceSettingBorderWidthNone and this should be one of these values. | |
| bool | is_transparent_background [get, set] |
| This flag indicates whether the 3D content background is transparent. true means transparent, while false means not. Default value is false. | |
| string | poster_file_path [get, set] |
| The file path of poster image. This field is valid only when poster_image is set to foxit.addon.pdf3d.PDF3DLaunchSetting.PDF3DPosterImageSetting.e_3DPosterImageCreateFromFile . | |
| PDF3DLaunchSetting.PDF3DPosterImageSetting | poster_image [get, set] |
| The poster image. Please refer to values starting from foxit.addon.pdf3d.PDF3DLaunchSetting.PDF3DPosterImageSetting.e_3DPosterImageKeepCurrent and this should be one of these values. | |
| int | window_height [get, set] |
| The window height setting for 3D. Default value is 240. | |
| int | window_width [get, set] |
| The window width setting for 3D. Default value is 320. | |
This class represents 3D launch setting.
Enumeration for activation disable setting for the 3D launch setting type.
Values of this enumeration should be used alone.
Enumeration for activation enable setting for the 3D launch setting type.
Values of this enumeration should be used alone.
Enumeration for appearance setting for border width for the 3D launch setting type.
Values of this enumeration should be used alone.
| Enumerator | |
|---|---|
| e_3DAppearanceSettingBorderWidthNone | No border. |
| e_3DAppearanceSettingBorderWidthThin | Thin. |
| e_3DAppearanceSettingBorderWidthMedium | Medium. |
| e_3DAppearanceSettingBorderWidthThick | Thick. |
|
inline |
Constructor, with another 3D launch setting object.
| [in] | launch_setting | Another 3D launch setting object. |
|
inline |
Constructor with parameter.
| [in] | activation_enable | The activation enable setting for 3D. Please refer to values starting from foxit.addon.pdf3d.PDF3DLaunchSetting.PDF3DActivationEnableSetting.e_3DActivationEnableSettingContentClicked and this should be one of these values. |
| [in] | activation_disable | The activation disable setting for 3D. Please refer to values starting from foxit.addon.pdf3d.PDF3DLaunchSetting.PDF3DActivationDisableSetting.e_3DActivationDisableSettingContextMenuSelected and this should be one of these values. |
| [in] | activation_playback | The activation playback setting for 3D. Please refer to values starting from foxit.addon.pdf3d.PDF3DLaunchSetting.PDF3DActivationPlaybackStyleSetting.e_3DActivationPlaybackStyleOnPage and this should be one of these values. |
| [in] | window_width | The window width setting for 3D. Default value is 320. |
| [in] | window_height | The window height setting for 3D. Default value is 240. |
| [in] | border_width | The border width setting for 3D. Please refer to values starting from foxit.addon.pdf3d.PDF3DLaunchSetting.PDF3DAppearanceSettingBorderWidth.e_3DAppearanceSettingBorderWidthNone and this should be one of these values. |
| [in] | is_transparent_background | This flag indicates whether the 3D content background is transparent. |
| [in] | poster_image | The poster image. Please refer to values starting from foxit.addon.pdf3d.PDF3DLaunchSetting.PDF3DPosterImageSetting.e_3DPosterImageKeepCurrent and this should be one of these values. |
| [in] | poster_file_path | The file path of poster image. |
|
inline |
Set the values.
| [in] | activation_enable | The activation enable setting for 3D. Please refer to values starting from foxit.addon.pdf3d.PDF3DLaunchSetting.PDF3DActivationEnableSetting.e_3DActivationEnableSettingContentClicked and this should be one of these values. |
| [in] | activation_disable | The activation disable setting for 3D. Please refer to values starting from foxit.addon.pdf3d.PDF3DLaunchSetting.PDF3DActivationDisableSetting.e_3DActivationDisableSettingContextMenuSelected and this should be one of these values. |
| [in] | activation_playback | The activation playback setting for 3D. Please refer to values starting from foxit.addon.pdf3d.PDF3DLaunchSetting.PDF3DActivationPlaybackStyleSetting.e_3DActivationPlaybackStyleOnPage and this should be one of these values. |
| [in] | window_width | The window width setting for 3D. Default value is 320. |
| [in] | window_height | The window height setting for 3D. Default value is 240. |
| [in] | border_width | The border width setting for 3D. Please refer to values starting from foxit.addon.pdf3d.PDF3DLaunchSetting.PDF3DAppearanceSettingBorderWidth.e_3DAppearanceSettingBorderWidthNone and this should be one of these values. |
| [in] | is_transparent_background | This flag indicates whether the 3D content background is transparent. |
| [in] | poster_image | The poster image. Please refer to values starting from foxit.addon.pdf3d.PDF3DLaunchSetting.PDF3DPosterImageSetting.e_3DPosterImageKeepCurrent and this should be one of these values. |
| [in] | poster_file_path | The file path of poster image. |