ImageFile.SetPassword Method
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.22578.100)
Syntaxpublic void SetPassword(
string password,
PDF_PASSWORD_MODE mode
)
Public Sub SetPassword (
password As String,
mode As PDF_PASSWORD_MODE
)
public:
void SetPassword(
String^ password,
PDF_PASSWORD_MODE mode
)
Parameters
- password
- Type: System.String
- mode
- Type: Kofax.OmniPageCSDK.ArgTypes.PDF_PASSWORD_MODE
See Also