ImageGear Professional v18.2 > API Reference Guide > Processing Component API Reference > Processing Component Objects > IGProcessingCtl Control > IGProcessingCtl Methods > Encrypt Method |
Scrambles an image bitmap. Your password is also stored. To later decode the image using IGProcessingCtl Control.Decrypt Method, you will need to know the password used in this call.
This method takes into account the ROI settings of IGPage Object, that are accessible via the IGPage Object.ROI Property. By default ROI is set to the entire image.
Encrypt (ByVal pPage As IGPage, ByVal password As String)
Name | Description |
---|---|
pPage | Reference to IGPage Object to encrypt. |
password | A password string. |
N/A
1, 4, 8, 24
Image Processing and Effects