com.esri.arcgis.output
Interface IPrinterMPage

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EmfPrinter, IPrinterMPageProxy, PsPrinter

public interface IPrinterMPage
extends java.io.Serializable

COM Interface 'IPrinterMPage'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Provides access to members for controlling multipage printing.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4004040c_a184_4c77_ba78_0475d93a3803
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void endMapDocument()
          End map document.
 void endPage()
          Finalize current page output.
 void startMapDocument()
          Begin map document.
 int startPage(IEnvelope pixelBounds, int hDcPrinter)
          Start new page output.
 

Field Detail

IID4004040c_a184_4c77_ba78_0475d93a3803

static final int IID4004040c_a184_4c77_ba78_0475d93a3803
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

startMapDocument

void startMapDocument()
                      throws java.io.IOException,
                             AutomationException
Begin map document. Document consists of one or more pages.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

startPage

int startPage(IEnvelope pixelBounds,
              int hDcPrinter)
              throws java.io.IOException,
                     AutomationException
Start new page output.

Parameters:
pixelBounds - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
hDcPrinter - The hDcPrinter (A COM typedef) (in)
Returns:
The hDcRet (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

endPage

void endPage()
             throws java.io.IOException,
                    AutomationException
Finalize current page output.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

endMapDocument

void endMapDocument()
                    throws java.io.IOException,
                           AutomationException
End map document.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.