Dynamsoft Home|Product Home

ImageLayoutFrameBottom Property

Description

Returns the value of the bottom-most edge of the current image frame (in ICAP_UNITS). This is a read-only runtime property.

Data type

Single (float)

Syntax

ObjectName. ImageLayoutFrameBottom

Remarks

The unit of ImageLayoutFrameBottom property is determined by ICAP_UNITS capability.

The default unit is assumed to be "inches" unless it has been otherwise negotiated between the application and source.

ImageLayoutFrameBottom property, along with other properties about the current image information, is valid only in OnPreTransfer and OnPostTransfer event.

The frame information here is only about the current frame. To get the information about all the frames to be transferred in an acquire session, please use capability negotiation. The capability to be negotiated is ICAP_FRAMES. Please refer to How to negotiate ICAP_FRAMES for details and sample code.

When an error occurs and IfThrowException property is TRUE, an exception will be thrown. Check ErrorCode property and ErrorString property for error information.

See also

ImageLayoutFrameLeft property, ImageLayoutFrameTop property, ImageLayoutFrameRight property,  ImageLayoutDocumentNumber property, ImageLayoutPageNumber property, ImageLayoutFrameNumber property