Property PrintFaithfulCopy
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
PrintFaithfulCopy
Gets a value indicating whether it is allowed to print the document to a representation from which a faithful digital copy of the PDF content could be generated.
public bool PrintFaithfulCopy { get; }
Property Value
- bool
true
if it is allowed to print the document to a representation from which a faithful digital copy of the PDF content could be generated; otherwise,false
.
Remarks
Check the Decrypt PDF documents in C# and VB.NET article for more information on processing encrypted PDF documents.