ImageGear Professional v18.2 > API Reference Guide > Processing Component API Reference > Processing Component Objects > IGProcessingCtl Control > IGProcessingCtl Methods > Decrypt Method |
Decodes an image, or a rectangular portion thereof, that was encrypted using the Encrypt method. You must supply the password that was used in the call to Encrypt Method. This method works on a DIB, not on a file.
This method takes into account the ROI settings of pPage object, that are accessible via the IGPage Object.ROI Property. By default ROI is set to the entire image.
Decrypt (ByVal pPage As IGPage, ByVal password As String)
Name | Description |
---|---|
pPage | Reference to IGPage Object to decrypt. |
password | The password that was used in the call to Encrypt. |
N/A
1, 4, 8, 24
Image Processing and Effects