Property PrintFaithfulCopy
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
PrintFaithfulCopy
Gets or sets a value indicating whether user 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; set; }
Property Value
- bool
true
if user 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
Read the Encrypt PDF documents in C# and VB.NET article for examples of using this property.