Click or drag to resize

PdfTranslatorEncryptMetadata Property

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

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.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 stream do not have to be encrypted. This allows indexing software to retrieve metadata without needing to know document passwords.

This value is ignored for the PDF versions below 2.0.

See Also