ImageGear .NET v25.1 - Updated
CanApplyCrypt Method




ImageGear.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessingVerifier Class : CanApplyCrypt Method
Raster page object to verify.
Password to Encrypt/Decrypt the image with.
Returns true if ImGearRasterProcessing.Encrypt and ImGearRasterProcessing.Decrypt methods can be applied to the specified page, false otherwise.
Syntax
'Declaration
 
Public Function CanApplyCrypt( _
   ByVal page As ImGearRasterPage, _
   ByVal password As String _
) As Boolean
'Usage
 
Dim instance As ImGearRasterProcessingVerifier
Dim page As ImGearRasterPage
Dim password As String
Dim value As Boolean
 
value = instance.CanApplyCrypt(page, password)
public bool CanApplyCrypt( 
   ImGearRasterPage page,
   string password
)
public: bool CanApplyCrypt( 
   ImGearRasterPage* page,
   string* password
) 
public:
bool CanApplyCrypt( 
   ImGearRasterPage^ page,
   String^ password
) 

Parameters

page
Raster page object to verify.
password
Password to Encrypt/Decrypt the image with.

Return Value

Boolean value.
See Also

Reference

ImGearRasterProcessingVerifier Class
ImGearRasterProcessingVerifier Members
ImGearRasterPage Class
Decrypt Method
Encrypt Method