This document is archived and information here might be outdated.  Recommended version.


IArcPressPrinter.AutoSelectDriverByName Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (OutputExtensions)  

IArcPressPrinter.AutoSelectDriverByName Method

This will try to autoselect best possible driver using given printer's driver name.Fails if driver is not supported.

[Visual Basic .NET]
Public Sub AutoSelectDriverByName ( _
    ByVal strPrinterName As String _
)
[C#]
public void AutoSelectDriverByName (
    string strPrinterName
);

Product Availability

Available with ArcGIS Desktop.

See Also

IArcPressPrinter Interface

.NET Samples

Print active view with ArcPress (Code Files: PrintActiveViewArcPressVB_Net_Addin)

.NET Related Topics

OutputExtensions