DXFPage(String,String,String,Transformation,String) Method
                In This Topic
            
            Imports a DXF or DWG file into an existing page. You have the possibility to move and scale the drawings.
            
            
            Syntax
            
        
            Parameters
- strDXFFileName
- Full file name of the CAD drawing to be imported.
- strFullLinkFileName
- Full link file name of the project.
- strPageName
- Name of the page into which the CAD drawing will be placed.
- oTransformation
- Information about the scaling and the insertion point on the page.
- strScheme
- Name of the scheme used for the import.
 
            Exceptions
| Exception | Description | 
|---|
| ArgumentException | Thrown in case of
                                    invalid arguments. | 
| SecurityException | Access rights to the
                                    \file system are
                                    missing. | 
| ArgumentNullException | null was passed to a
                                        parameter. | 
| ApplicationException | \Internal interface
                                       necessary for the
                                       import cannot be
                                       created. | 
| NotSupportedException | An argument
                                        contained invalid
                                        characters, e.g. a
                                        path contained a
                                        '\:'. | 
| PathTooLongException | Invalid path. | 
| BaseException | An error occurred
                                during the import.
                                Please refer to the
                                exception message. | 
See Also