Click or drag to resize

PdfSaveOptionsClipboardTextProtection Property

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

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

Property Value

Boolean
Remarks
Default value: false. 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