public class DxfImage extends CadImage
Dxf image class
| Constructor and Description |
|---|
DxfImage() |
DxfImage(CadAcadVersion cadVersion)
Initializes a new instance of the
DxfImage class. |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntity(CadEntityBase entity)
Adds entity.
|
addCustomProperty, cacheData, changeCustomProperty, fillBounds, getActivePage, getAppIdTables, getApplicationVersion, getBlockEntities, getBlocksTables, getBounds, getCadAcds, getClassEntities, getCustomProperties, getDefaultFont, getDefaultLineWeight, getDepth, getDimensionStyles, getEntities, getFileEncoding, getHeader, getHeight, getLayers, getLayouts, getLineTypes, getMaintenanceVersion, getMaxPoint, getMinPoint, getObjects, getSpecifiedEncoding, getSpecifiedMifEncoding, getStrings, getStyles, getThumbnailImage, getUCSs, getViewPorts, getViews, getWidth, isCached, removeCustomProperty, setAppIdTables, setApplicationVersion, setBlockEntities, setBlocksTables, setCadAcds, setClassEntities, setDefaultFont, setDefaultLineWeight, setDimensionStyles, setEntities, setFileEncoding, setHeader, setLayers, setLineTypes, setMaintenanceVersion, setObjects, setSpecifiedEncoding, setSpecifiedMifEncoding, setStyles, setThumbnailImage, setUCSs, setViewPorts, setViews, tryRemoveEntity, updateSize, updateSizecanLoad, canLoad, canLoad, canLoad, canSave, getAnnotationService, getBounds, getContainer, getFileFormat, getFileFormat, getPalette, getSize, getUnitlessDefaultUnitType, getUnitType, getWatermarkGuardService, load, load, load, load, load, save, save, save, setPalettegetDataStreamContainer, save, save, save, saveclose, dispose, getDisposedpublic DxfImage()
public DxfImage(CadAcadVersion cadVersion)
Initializes a new instance of the DxfImage class.
public final void addEntity(CadEntityBase entity)
Adds entity.
entity - Entity to add.com.aspose.ms.System.ArgumentNullException - Thrown when entity is nullcom.aspose.ms.System.InvalidOperationException - Thrown if the current entity has been added beforecom.aspose.ms.System.NotSupportedException - Thrown if adding of the current entity is not implementedCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.