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.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool PrintFaithfulCopy { get; }
VB
Public ReadOnly Property PrintFaithfulCopy As Boolean
Get
Property Value
Type:
Booleantrue 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.
See Also