PdfSaveOptionsClipboardTextProtection Property |
Gets and sets the protection on copying of all text from PDF document through clipboard.
Default value: false.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic bool ClipboardTextProtection { get; set; }
Public Property ClipboardTextProtection As Boolean
Get
Set
Property Value
Boolean
Remarks
Important: The PDF document can be displayed incorrectly in some editors and
converted back to Word also incorrectly.
See Also