'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.