|
Foxit PDF SDK
|
Inherits SystemIDisposable.
Public Member Functions | |
| FloatingInfo () | |
| Constructor. | |
| FloatingInfo (FloatingInfo.WindowPosition window_pos, FloatingInfo.RelativeTarget relative_target, FloatingInfo.ResizeType resize_type, bool has_close, bool has_title, string title, FloatingInfo.OffScreenAction off_screen, RectF rect) | |
| Constructor, with parameters. More... | |
| FloatingInfo (FloatingInfo floating_info) | |
| Constructor, with another floating infomation object. More... | |
| void | Set (FloatingInfo.WindowPosition window_pos, FloatingInfo.RelativeTarget relative_target, FloatingInfo.ResizeType resize_type, bool has_close, bool has_title, string title, FloatingInfo.OffScreenAction off_screen, RectF rect) |
| Set values. More... | |
Properties | |
| bool | has_close [get, set] |
| true means the floating window should have a close window control button, while false means not. | |
| bool | has_title [get, set] |
| true means a title should be displayed in the title bar, while false means not. | |
| FloatingInfo.OffScreenAction | off_screen [get, set] |
| Specify what action should be taken if the floating window is positioned totally or partially offscreen. Please refer to values starting from foxit.pdf.actions.FloatingInfo.OffScreenAction.e_OffScreenAllow and this should be one of these values. | |
| RectF? | rect [get, set] |
| A rectangle specifies the location and size of the floating window in device coordinate system. | |
| FloatingInfo.RelativeTarget | relative_target [get, set] |
| Specify the target to which the floating window is to be aligned. Please refer to values starting from foxit.pdf.actions.FloatingInfo.RelativeTarget.e_RelativeTargetPageWindow and this should be one of these values. | |
| FloatingInfo.ResizeType | resize_type [get, set] |
| Specify whether the floating window may be resized by the user. Please refer to values starting from foxit.pdf.actions.FloatingInfo.ResizeType.e_ResizeTypeNo and this should be one of these values. | |
| string | title [get, set] |
| This title to be displayed if has_title is true. | |
| FloatingInfo.WindowPosition | window_pos [get, set] |
| Specify how the floating window is to be positioned relative to the window specified by the relative_target . Please refer to values starting from foxit.pdf.actions.FloatingInfo.WindowPosition.e_WindowPositionTopLeft and this should be one of these values. | |
This class represents floating imformation.
|
strong |
Enumeration for the action can be taken if the floating window is positioned totally or partially offscreen.
Values of this enumeration should be used alone.
|
strong |
Enumeration for the values used to set relative position of floating window.
Values of this enumeration should be used alone.
|
strong |
Enumeration for the resize type, which specifies whether a floating window may be resized by the user.
Values of this enumeration should be used alone.
|
strong |
Enumeration for the window position used for media player.
Values of this enumeration should be used alone.
|
inline |
Constructor, with parameters.
| [in] | window_pos | Specify how the floating window is to be positioned relative to the window specified by the relative_target . |
| [in] | relative_target | Specify the window to which the floating window is to be aligned. |
| [in] | resize_type | Specify whether the floating window may be resized by the user. |
| [in] | has_close | true means the floating window should have a close window control button, while false means not. |
| [in] | has_title | true means a title should be displayed in the title bar, while false means not. |
| [in] | title | This title to be displayed if has_title is true. |
| [in] | off_screen | Specify what action should be taken if the floating window is positioned totally or partially offscreen. |
| [in] | rect | A rectangle specifies the location and size of the floating window in device coordinate system. |
|
inline |
Constructor, with another floating infomation object.
| [in] | floating_info | Another floating infomation object. |
|
inline |
Set values.
| [in] | window_pos | Specify how the floating window is to be positioned relative to the window specified by the relative_target . |
| [in] | relative_target | Specify the window to which the floating window is to be aligned. |
| [in] | resize_type | Specify whether the floating window may be resized by the user. |
| [in] | has_close | true means the floating window should have a close window control button, while false means not. |
| [in] | has_title | true means a title should be displayed in the title bar, while false means not. |
| [in] | title | This title to be displayed if has_title is true. |
| [in] | off_screen | Specify what action should be taken if the floating window is positioned totally or partially offscreen. |
| [in] | rect | A rectangle specifies the location and size of the floating window in device coordinate system. |