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


IPrinter.VerifyDriverSettings Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IP > IPrinter Interface > IPrinter.VerifyDriverSettings Method
ArcGIS Developer Help

IPrinter.VerifyDriverSettings Method

Indicates if the Printer Driver should validate Printer Driver's local settings.

[Visual Basic .NET]
Public Function VerifyDriverSettings ( _
) As Boolean
[C#]
public bool VerifyDriverSettings (
);
[C++]
HRESULT VerifyDriverSettings(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPrinter Interface