Click or drag to resize

PdfMetamorphosisPdfSettingClipboardTextProtection Property

Gets and sets the protection on copying of all text from PDF document through clipboard. Default value: false.

Namespace: SautinSoft
Assembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2024.5.27
Syntax
public bool ClipboardTextProtection { get; set; }

Property Value

Boolean
Remarks
In case of true, it's impossible to copy text to the clipboard from resulting PDF. Important: The PDF document can be displayed incorrectly in some editors and converted back to Word also incorrectly.
See Also