InputZoneGetZoneBorder Method
|
Namespace:
OmniPageCSDK.Objects
Assembly:
OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 2025.1.0.0
Syntaxpublic void GetZoneBorder(
out ZONE_BORDER_TYPE ZoneBorder,
out int cellcount
)
Public Sub GetZoneBorder (
<OutAttribute> ByRef ZoneBorder As ZONE_BORDER_TYPE,
<OutAttribute> ByRef cellcount As Integer
)
public:
void GetZoneBorder(
[OutAttribute] ZONE_BORDER_TYPE% ZoneBorder,
[OutAttribute] int% cellcount
)
Parameters
- ZoneBorder
- Type: OmniPageCSDK.ArgTypesZONE_BORDER_TYPE
- cellcount
- Type: SystemInt32
See Also