C#
VB
Java
Objective-C
WinRT C#
C++
Enables or disables printing.
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');
true to give the user of the PDF document permission to print the document.
For an example, refer to CodecsPdfOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET