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