Property ExtractContents
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
ExtractContents
Gets or sets a value indicating whether user is allowed to extract text and graphics (in support of accessibility to users with disabilities or for other purposes).
public bool ExtractContents { get; set; }
Property Value
- bool
true
if user is allowed to extract text and graphics (in support of accessibility to users with disabilities or for other purposes); otherwise,false
.
Remarks
Read the Encrypt PDF documents in C# and VB.NET article for examples of using this property.