BorderToRemove property (LEADDlgImgDoc Control)
Builder Syntax |
L_UINT32 BorderToRemove |
Delphi Syntax |
BorderToRemove: L_UINT32 |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets, which border to remove in the BorderRemove dialog box.
These values can be combined using the OR operator. Possible values are:
Value |
Meaning |
BORDER_LEFT |
Remove the left border. |
BORDER_RIGHT |
Remove the right border. |
BORDER_TOP |
Remove the top border. |
BORDER_BOTTOM |
Remove the bottom border. |
BORDER_ALL |
Remove all borders. This is the same as BORDER_LEFT Or BORDER_RIGHT Or BORDER_TOP Or BORDER_BOTTOM. |
See Also
Elements: |
|
Topics: |