PdfPermissions.PrintDocument Property

Gets or sets a value indicating whether user is allowed to print document.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool PrintDocument { get; set; }
VB
Public Property PrintDocument As Boolean
	Get
	Set

Property Value

Type: Boolean
true if user is allowed to print document; otherwise, false.

See Also