您的位置:首页 > 其它

AO开发打印相关接口及其命名空间

2011-10-21 11:07 756 查看


与打印有关的命名空间及其接口:
ESRI.ArcGIS.Controls:
    IPageLayoutControl:

        Page:ThePageassociatedwiththePageLayoutcontainedbythePageLayoutControl.

        PageLayout:ThePageLayoutcontainedbythePageLayoutControl.

        Printer:TheprinterobjectusedbythePageLayoutControlforprinting.

        PrinterPageCount:ThenumberofprinterpagesthePageLayoutwillcover
            打印几份,

publicshortget_PrinterPageCount(doubleOverlap)
{}


  
       PrintPageLayout:打印几份,第几页到第几页

publicvoidPrintPageLayout(shortStartPage,shortEndPage,doubleOverlap)
{}


  s   

ESRI.ArcGIS.Output:

      IPrinter:ProvidesaccesstomembersthatcontrolthePrinterDriver

          ClassesthatimplementIPrinter:
              ArcPressPrinter(esriOutputExtensions)ClassusedtoprintmapswiththeArcPressPrinterDriver.
              EmfPrinterClassusedtoprintmapswiththeEMF(WindowsEnhancedMetafile)PrinterDriver.
              PsPrinterClassusedtoprintmapswiththePostScriptPrinterDriver.

      IPaper:Providesaccesstomembersthatcontrolthedefaultprinterpagesettings.

ESRI.ArcGIS.OutputExtensions:
      IArcPressPrinter:IndicatorinsterfacethatidentifiestheArcPressPrinterDriver.

ESRI.ArcGIS.Carto:
      IPage:ProvidesaccesstomembersthatcontrolthePage.

ESRI.ArcGIS.Display:
      IDisplay:ProvidesaccesstomembersthatcontroltheDisplay
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: