PdfMetamorphosisPdfSettingClipboardTextProtection Property |
Gets and sets the protection on copying of all text from PDF document through clipboard. Default value: false.
Namespace: SautinSoftAssembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2024.12.3
Syntax public bool ClipboardTextProtection { get; set; }
Public Property ClipboardTextProtection As Boolean
Get
Set
Property Value
BooleanRemarks
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