This documentation is deprecated and will no longer be updated. Please use the official documentation at vanillapdf.readthedocs.io.
Vanilla.PDF  2.3.0
Cross-platform toolkit for creating and modifying PDF documents
DocumentEncryptionSettingsHandle Member List

This is the complete list of members for DocumentEncryptionSettingsHandle, including all inherited members.

DocumentEncryptionSettings_Create(DocumentEncryptionSettingsHandle **result)DocumentEncryptionSettingsHandle
DocumentEncryptionSettings_FromUnknown(IUnknownHandle *handle, DocumentEncryptionSettingsHandle **result)DocumentEncryptionSettingsHandlerelated
DocumentEncryptionSettings_GetAlgorithm(DocumentEncryptionSettingsHandle *handle, EncryptionAlgorithmType *result)DocumentEncryptionSettingsHandlerelated
DocumentEncryptionSettings_GetKeyLength(DocumentEncryptionSettingsHandle *handle, integer_type *result)DocumentEncryptionSettingsHandlerelated
DocumentEncryptionSettings_GetOwnerPassword(DocumentEncryptionSettingsHandle *handle, BufferHandle **result)DocumentEncryptionSettingsHandlerelated
DocumentEncryptionSettings_GetUserAccessPermissions(DocumentEncryptionSettingsHandle *handle, UserAccessPermissionFlags *result)DocumentEncryptionSettingsHandlerelated
DocumentEncryptionSettings_GetUserPassword(DocumentEncryptionSettingsHandle *handle, BufferHandle **result)DocumentEncryptionSettingsHandlerelated
DocumentEncryptionSettings_Release(DocumentEncryptionSettingsHandle *handle)DocumentEncryptionSettingsHandlerelated
DocumentEncryptionSettings_SetAlgorithm(DocumentEncryptionSettingsHandle *handle, EncryptionAlgorithmType encryption_algorithm)DocumentEncryptionSettingsHandlerelated
DocumentEncryptionSettings_SetKeyLength(DocumentEncryptionSettingsHandle *handle, integer_type key_length)DocumentEncryptionSettingsHandlerelated
DocumentEncryptionSettings_SetOwnerPassword(DocumentEncryptionSettingsHandle *handle, BufferHandle *owner_password)DocumentEncryptionSettingsHandlerelated
DocumentEncryptionSettings_SetUserAccessPermissions(DocumentEncryptionSettingsHandle *handle, UserAccessPermissionFlags user_permissions)DocumentEncryptionSettingsHandlerelated
DocumentEncryptionSettings_SetUserPassword(DocumentEncryptionSettingsHandle *handle, BufferHandle *user_password)DocumentEncryptionSettingsHandlerelated
DocumentEncryptionSettings_ToUnknown(DocumentEncryptionSettingsHandle *handle, IUnknownHandle **result)DocumentEncryptionSettingsHandlerelated
IUnknown_AddRef(IUnknownHandle *handle)IUnknownHandle
IUnknown_Release(IUnknownHandle *handle)IUnknownHandlerelated