Location property (LEADDlgImgDoc Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

L_INT32 Location

Delphi Syntax

Location: L_INT32

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets the location within the document of the hole-punches to remove in the HoleBunchRemove dialog box. Possible values are:

Value

Meaning

HOLEPUNCH_LEFT

Searches for the hole-punch pattern on the left side of the document.

HOLEPUNCH_RIGHT

Searches for the hole-punch pattern on the right side of the document.

HOLEPUNCH_TOP

Searches for the hole-punch pattern across the top of the document.

HOLEPUNCH_BOTTOM

Searches for the hole-punch pattern across the bottom of the document.

See Also

Elements:

ShowHolePunchRemoveDlg method.

Topics:

Imaging Common Dialogs: Properties, Methods, and Events