←Select platform

AutoPrint Property

Summary

Enables or disables PDF Auto Print

Syntax

C#
VB
C++
public bool AutoPrint { get; set; } 
Public Property AutoPrint As Boolean 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly