NDxfDocument Class Members
In This Topic
The following tables list the members exposed by NDxfDocument.
Public Constructors
Public Fields
Protected Fields
| Name | Description |
 | CApd | |
Top
Public Properties
| Name | Description |
 | Height | Gets the height of the document. |
 | ImageFormat | Gets/Sets the format of the images. Only JPEG and PNG formats are supported. |
 | ShowImages | Determines whether to show images or not. |
 | Tag | Gets/Sets an object related to this document. |
 | Width | Gets the width of the document. |
Top
Protected Properties
| Name | Description |
 | bApd | |
Top
Public Methods
| Name | Description |
  | FromBytes | Loads an AutoCAD DXF document from the given byte array. |
  | FromStream | Overloaded. Loads an AutoCAD DXF document from the given stream. |
 | Save | Overloaded. Saves this DXF document to the given file. |
Top
See Also