|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPrinterMPage
Provides access to members for controlling multipage printing.
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. |
Method Detail |
---|
void startMapDocument() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int startPage(IEnvelope pixelBounds, int hDcPrinter) throws IOException, AutomationException
pixelBounds
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)hDcPrinter
- The hDcPrinter (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void endPage() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void endMapDocument() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |