Click or drag to resize

PdfDocumentEncryptMetadata Property

Sets or gets a boolean indicating that metadata should be encrypted. Default is false.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool EncryptMetadata { get; set; }

Property Value

Type: Boolean
Remarks
When a PDF document is encrypted, nearly all embedded strings and stream data are encrypted. Metadata strings do not have to be encrypted. This allows indexing software to retrieve metadata without needing to know document passwords.
See Also