Attach object to specified DEVMODE and DEVNAMES structures. This must be called before using other properties and methods.
[Visual Basic .NET] Public Sub Attach ( _ ByVal hDevMode As Integer, _ ByVal hDevNames As Integer _ )
[C#] public void Attach ( int hDevMode, int hDevNames );
[C++]
HRESULT Attach(
long hDevMode,
long hDevNames
);
[C++]Parameters
hDevMode [in] hDevMode is a parameter of type long hDevNames [in] hDevNames is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
This method is used by the Printer object, called when the IPrinter::Paper property is set. Most ArcObjects developers will not need to use this method unless they are doing a custom implementation of IPrinter.