Specifies the PDF document encryption mode.
[SerializableAttribute()]
[DataContractAttribute()]
public enum PdfDocumentEncryptionMode
<DataContractAttribute()>
<SerializableAttribute()>
Public Enum PdfDocumentEncryptionMode
[DataContractAttribute()]
[SerializableAttribute()]
public enum PdfDocumentEncryptionMode
typedef NS_ENUM(NSInteger, LTPdfDocumentEncryptionMode)
public enum PdfDocumentEncryptionMode
Leadtools.Forms.DocumentWriters.PdfDocumentEncryptionMode = function() { };
Leadtools.Forms.DocumentWriters.PdfDocumentEncryptionMode.prototype = {<br/>
RC40Bit = 0,
RC128Bit = 1,
};
[DataContractAttribute()]
[SerializableAttribute()]
public enum class PdfDocumentEncryptionMode
Members
Value | Member | Description |
---|---|---|
0 | RC40Bit | Use 40-bit RC4 encryption mode. |
1 | RC128Bit | Use 128-bit RC4 encryption mode. |
The PdfDocumentEncryptionMode enumeration is used as the type for the PdfDocumentOptions.EncryptionMode property.
PDF encryption mode along with the owner password and the different owner access right properties allow creating customized security level in the resulting PDF document. For more information, refer to PdfDocumentOptions.Protected.
For an example, refer to PdfDocumentOptions.
Leadtools.Forms.DocumentWriters Namespace
Programming with LEADTOOLS Document Writers
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET