←Select platform

AutoPrint Property

Summary
Enables or disables PDF Auto Print
Syntax
C#
VB
C++
Java
public bool AutoPrint { get; set; } 
Public Property AutoPrint As Boolean 
public boolean getAutoPrint(); 
public void setAutoPrint( 
   boolean booleanValue 
); 
public: 
property bool AutoPrint { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to enable PDF Auto Print; false to disable PDF Auto Print.

Remarks

Set this property to true to indicate that external viewers should automatically display the print dialog when the PDF file is opened.

Example

For an example, refer to PDFInitialViewOptions.

Requirements

Target Platforms

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.