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


IPrinter.VerifyDriverSettings Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Output)  

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(
  VARIANT_BOOL* ok
);
[C++]

Parameters ok [out, retval] ok is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IPrinter Interface