Property ExtractContents
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
ExtractContents
Gets a value indicating whether it is allowed to extract text and graphics (in support of accessibility to users with disabilities or for other purposes).
public bool ExtractContents { get; }
Property Value
- bool
true
if it is allowed to extract text and graphics (in support of accessibility to users with disabilities or for other purposes); otherwise,false
.
Remarks
Check the Decrypt PDF documents in C# and VB.NET article for more information on processing encrypted PDF documents.