Back to Devexpress

PdfDocument.AllowPrinting Property

officefileapi-devexpress-dot-pdf-dot-pdfdocument-08060a92.md

latest996 B
Original Source

PdfDocument.AllowPrinting Property

Indicates whether document printing is allowed.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public bool AllowPrinting { get; }
vb
Public ReadOnly Property AllowPrinting As Boolean

Property Value

TypeDescription
Boolean

true , if document printing is allowed; otherwise false.

|

See Also

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace