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