Share

isRasterImageAsyncEnabled

C++

bool isRasterImageAsyncEnabled(
    const RasterImageDefImp* pImpDef
);

File

imgdef.h

Description

For internal use only.

Indicates whether asynchronous loading is enabled for the raster image definition.

Note

Based on the current value of the IMAGEASYNC system variable and other conditions during file open.

Parameters

Parameters Description
pImpDef Input objectId of the raster image definition to query

Returns

Returns true if asynchronous loading is enabled, else false.

Was this information helpful?