DisableCopyProtection
PdfOptions.DisableCopyProtection property
Turns off content copy protection when rendering to HTML.
public bool DisableCopyProtection { get; set; }
Remarks
When rendering PDF files with protection against copying text and images to HTML, GroupDocs.Viewer adds an ‘inert’ HTML attribute to the HTML BODY tag. The default value of this option is false
, indicating that the ‘intent’ HTML attribute is added only if the PDF document is protected.
For code example, see the documentation.
See Also
- class PdfOptions
- namespace GroupDocs.Viewer.Options
- assembly GroupDocs.Viewer