foxit.pdf.CustomEncryptData Class Reference

Inherits SystemIDisposable.

Public Member Functions

 CustomEncryptData (bool is_encrypt_metadata, string filter, string sub_filter)
 Constructor, with parameters. More...
 
 CustomEncryptData ()
 Constructor.

 
 CustomEncryptData (CustomEncryptData other)
 Constructor, with another CustomEncryptData object. More...
 
void Set (bool is_encrypt_metadata, string filter, string sub_filter)
 Set value. More...
 

Detailed Description

This class represents some data used for class CustomSecurityHandler.

Constructor & Destructor Documentation

◆ CustomEncryptData() [1/2]

foxit.pdf.CustomEncryptData.CustomEncryptData ( bool  is_encrypt_metadata,
string  filter,
string  sub_filter 
)
inline

Constructor, with parameters.

Parameters
is_encrypt_metadatatrue means to encrypt metadata, and false means not to encrypt metadata.
filterThe filter of PDF document for encryption. It should not be an empty string.
sub_filterThe sub filter of PDF document for encryption. It should not be an empty string.

◆ CustomEncryptData() [2/2]

foxit.pdf.CustomEncryptData.CustomEncryptData ( CustomEncryptData  other)
inline

Constructor, with another CustomEncryptData object.

Parameters
otherAnother CustomEncryptData object.

Member Function Documentation

◆ Set()

void foxit.pdf.CustomEncryptData.Set ( bool  is_encrypt_metadata,
string  filter,
string  sub_filter 
)
inline

Set value.

Parameters
is_encrypt_metadatatrue means to encrypt metadata, and false means not to encrypt metadata.
filterThe filter of PDF document for encryption. It should not be an empty string.
sub_filterThe sub filter of PDF document for encryption. It should not be an empty string.
Returns
None.

Foxit Software Corporation Logo
@2018 Foxit Software Incorporated. All rights reserved.