BorderToRemove Property (ILEADRasterBorderRemoveDoc)

Visual Basic example

Visual C++ example

 

Syntax

long BorderToRemove;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the 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

ShowBorderRemoveDlg method