ImageGear for C and C++ on Windows v19.3 - Updated
IG_ARTX_encryption_applied_get
API Reference Guide > ArtX Component API Reference > ArtX Component Objects Reference > HIG_ARTX_ENCRYPTION > IG_ARTX_encryption_applied_get

This function checks whether the encryption mark is applied to the image page or not.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_ARTX_encryption_applied_get(
        HIG_ARTX_ENCRYPTION hMark,
        AT_BOOL lpbApplied
);

Arguments:

Name Type Description
hMark HIG_ARTX_ENCRYPTION Annotation handle.
lpbApplied AT_BOOL Return value. TRUE - applied to the image page; FALSE - otherwise.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.