System.Object
   Eplan.EplApi.HEServices.Export
System.Object
   Eplan.EplApi.HEServices.Export
Export oExport = new Export(); ArrayList oPagesAL = new ArrayList(); oPagesAL.Add(m_oProject.Pages[2]); oPagesAL.Add(m_oProject.Pages[3]); oExport.PdfPages(oPagesAL, "EPLAN_default_value", "$(TMP)\\1.pdf", Export.DegreeOfColor.BlackAndWhite, true, "", true);
| Name | Description | |
|---|---|---|
|  | Export Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
|  | Dispose | Destructor | 
|  | DxfDwgPage | Overloaded. Exports a page of a project as a DXF/DWG file. Export settings are taken from the scheme passed in the 'sScheme' parameter | 
|  | DxfDwgPages | Overloaded. Exports pages of a project as a DXF/DWG file. Export settings are taken from the scheme passed in the 'sScheme' parameter | 
|  | DxfDwgPagesToDisk | Exports pages of a project as a DXF/DWG file. Export settings are taken from the scheme passed in the 'sScheme' parameter | 
|  | DxfDwgPageToDisk | Overloaded. Exports a page of a project as a DXF/DWG file. Export settings are taken from the scheme passed in the 'sScheme' parameter | 
|  | DxfDwgProject | Overloaded. Exports a complete project as DXF/DWG files. Export settings are taken from the scheme passed in the 'sScheme' parameter | 
|  | DxfDwgProjectToDisk | Overloaded. Exports a complete project as DXF/DWG files. Export settings are taken from the scheme passed in the 'sScheme' parameter | 
|  | GraphicPage | Overloaded. Exports a page of a project as image file. Eplan.EplApi.DataModel.Page.PageType of page can not be Eplan.EplApi.DataModel.DocumentTypeManager.DocumentType | 
|  | GraphicPageEx | Overloaded. Exports a page of a project as image file. Eplan.EplApi.DataModel.Page.PageType of page can not be Eplan.EplApi.DataModel.DocumentTypeManager.DocumentType Returns the name of the created file. | 
|  | GraphicPageEx2 | Exports a page of a project as image file. Eplan.EplApi.DataModel.Page.PageType of page can not be Eplan.EplApi.DataModel.DocumentTypeManager.DocumentType | 
|  | GraphicProject | Overloaded. Exports a complete project as image files but instead of pages which Eplan.EplApi.DataModel.Page.PageType is Eplan.EplApi.DataModel.DocumentTypeManager.DocumentType | 
|  | GraphicProjectEx | Overloaded. Exports a complete project as image files but instead of pages which Eplan.EplApi.DataModel.Page.PageType is Eplan.EplApi.DataModel.DocumentTypeManager.DocumentType Returns an array of strings containing names of the created files. | 
|  | PdfPages | Overloaded. Exports pages of one project as PDF file. | 
|  | PdfProject | Overloaded. Exports one project as PDF file. | 
|  | PXFProject | Overloaded. Exports a project in PXF format. |