←Select platform

PrintDocument Property

Summary

Enables or disables printing.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool PrintDocument { get; set; } 
Public Property PrintDocument As Boolean 
public bool PrintDocument {get; set;} 
@property (nonatomic, assign) BOOL printDocument 
public boolean getPrintDocument() 
public void setPrintDocument(boolean value) 
             
 <br/>get_PrintDocument();<br/>set_PrintDocument(value);<br/>Object.defineProperty('PrintDocument');  
public: 
property bool PrintDocument { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to give the user of the PDF document permission to print the document.

Example

For an example, refer to CodecsPdfOptions.

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.Codecs Assembly