IsSupportLocked method (Mixed Raster Content Control)

C++ Builder Example

Delphi Example

 

Builder Syntax

bool __fastcall IsSupportLocked (int iType);

Delphi Syntax

Function IsSupportLocked (iType: Integer): Boolean;

Overview

Refer to Working with MRC Bitmap.

Remarks

Indicates whether support is locked for an optional feature, such as JBIG compression support.

To unlock a feature, use the UnlockSupport method.

See Also

Elements

UnlockSupport method

Topics

MRC Bitmap Functions: Auxiliary Elements