This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPrintAndExport Interface > IPrintAndExport.Print Method (ArcObjects .NET 10.5 SDK) |
Print the specified view.
[Visual Basic .NET] Public Sub Print ( _ ByVal pActiveView As IActiveView, _ ByVal pPrinter As IPrinter, _ ByVal pPage As IPage, _ [ByVal PageID As Integer], _ [ByVal resRatio As Integer], _ [ByVal pTrackCancel As ITrackCancel] _ )
[C#] public void Print ( IActiveView pActiveView, IPrinter pPrinter, IPage pPage, int PageID, int resRatio, ITrackCancel pTrackCancel );
Optional Values
[C++]
HRESULT Print(
IActiveView* pActiveView,
IPrinter* pPrinter,
IPage* pPage,
long PageID,
long resRatio,
ITrackCancel* pTrackCancel
);
[C++]
Parameters pActiveView [in]
pActiveView is a parameter of type IActiveView pPrinter [in]
pPrinter is a parameter of type IPrinter pPage [in]
pPage is a parameter of type IPage PageID [in, optional, defaultvalue(1)] PageID is a parameter of type long resRatio [in, optional, defaultvalue(0)] resRatio is a parameter of type long pTrackCancel [in, optional, defaultvalue(0)]
pTrackCancel is a parameter of type ITrackCancel