Accusoft ImagXpress 12
LoadCropEnabled Property
See Also  Send comments on this topic.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : LoadCropEnabled Property

Glossary Item Box

Description

Gets and sets whether load cropping is enabled.

Property Type

Read-write property

Syntax

Visual Basic
Public Property LoadCropEnabled As Boolean

Return Type

True if cropping is enabled as defined below.

False if cropping is disabled and the load crop property values are ignored.

Remarks

When this property is True, the portion of the image bounded by the LoadCropX, LoadCropY, LoadCropWidth, and LoadCropHeight properties will be decompressed and displayed; when the FileName property is set or the other loading methods are called.

Decompression times for cropped images are faster than non-cropped images because only the cropped portion of the image is decompressed.

Note: Replaces PICCropEnabled.

When combining actions, it is important to know the order they are performed:

  1. LoadCrop
  2. LoadResize
  3. LoadRotate  

Note: CameraRAW images can not be cropped during loading.

See Also

©2013. Accusoft Corporation. All Rights Reserved.