IPrint::Print Method (UInt32, IntPtr, IntPtr, array<STGMEDIUM>^, IContinueCallback^, Int32, Int32, Int32)

 
Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

void Print(
	unsigned int grfFlags,
	IntPtr% pptd,
	IntPtr% ppPageSet,
	array<STGMEDIUM>^ pstgmOptions,
	IContinueCallback^ pcallback,
	int nFirstPage,
	[OutAttribute] int% pcPagesPrinted,
	[OutAttribute] int% pnLastPage
)

Parameters

grfFlags
Type: System::UInt32
pptd
Type: System::IntPtr
ppPageSet
Type: System::IntPtr
pstgmOptions
Type: array<Microsoft.VisualStudio.OLE.Interop::STGMEDIUM>^
pcallback
Type: Microsoft.VisualStudio.OLE.Interop::IContinueCallback^
nFirstPage
Type: System::Int32
pcPagesPrinted
Type: System::Int32
pnLastPage
Type: System::Int32
Return to top
Show: