DxfImage
Contents
[
Hide
]
DxfImage class
public class DxfImage : CadImage
Constructors
Name | Description |
---|---|
DxfImage() | The default constructor. |
Properties
Name | Description |
---|---|
ActivePage { get; } | |
AppIdTables { get; set; } | |
BlockEntities { get; set; } | |
BlocksTables { get; set; } | |
Bounds { get; } | Gets the image bounds. |
CadAcds { get; set; } | |
ClassEntities { get; set; } | |
Container { get; } | Gets the Image container. |
DataStreamContainer { get; } | |
DefaultFont { get; set; } | |
DefaultLineWeight { get; set; } | |
DimensionStyles { get; set; } | |
Disposed { get; } | |
Entities { get; set; } | |
FileEncoding { get; set; } | |
Header { get; set; } | |
override Height { get; } | |
IsCached { get; } | |
Layers { get; set; } | |
Layouts { get; } | |
LineTypes { get; set; } | |
MaxPoint { get; } | |
MinPoint { get; } | |
Objects { get; set; } | |
Palette { get; set; } | Gets or sets the color palette. |
Size { get; } | Gets the image size. |
SpecifiedEncoding { get; set; } | |
SpecifiedMifEncoding { get; set; } | |
Styles { get; set; } | |
ThumbnailImage { get; set; } | |
UCSs { get; set; } | |
virtual UnitlessDefaultUnitType { get; } | Assumed unit type when UnitType is set to Unitless |
UnitType { get; } | Gets current unit type. |
ViewPorts { get; set; } | |
Views { get; set; } | |
override Width { get; } |
Methods
Name | Description |
---|---|
AddEntity(CadBaseEntity) | |
AddObject(CadBaseObject) | |
AssignHandle(CadBase) | |
CacheData() | |
CanSave(ImageOptionsBase) | Determines whether image can be saved to the specified file format represented by the passed save options. |
Dispose() | |
GetBounds() | |
GetBounds(CadBaseEntity) | |
override GetStrings() | |
NextAvailableHandle() | |
override RemoveEntity(CadBaseEntity) | |
RemoveEntityAt(int) | |
RemoveObject(CadBaseObject) | |
Save() | Saves the image data to the underlying stream. |
Save(Stream) | |
virtual Save(string) | |
Save(Stream, ImageOptionsBase) | Saves the image’s data to the specified stream in the specified file format according to save options. |
virtual Save(string, bool) | |
virtual Save(string, ImageOptionsBase) | Saves the object’s data to the specified file location in the specified file format according to save options. |
UpdateSize(bool) |
See Also
- class CadImage
- namespace Aspose.CAD.FileFormats.Cad
- assembly Aspose.CAD