←Select platform

PrintEnabled Property

Summary

Indicates whether the PDF document has printing owner access rights.

Syntax

C#
VB
C++
public bool PrintEnabled { get; set; } 
Public Property PrintEnabled As Boolean 
public: 
property bool PrintEnabled { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to allow external viewers and editors to print the PDF document; otherwise, it is false. The default value is true.

Remarks

The value of PrintEnabled is used only when encrypting a PDF file with an owner password set in OwnerPassword.

HighQualityPrintEnabled is ignored unless the value of PrintEnabled is set to true.

Example

For an example, refer to PDFFile.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly