CF2Image class
CF2Image class
CF2 image class
Inheritance: CF2Image →
Image →
DataStreamSupporter →
DisposableObject
The CF2Image type exposes the following members:
Properties
| Property | Description |
|---|---|
| disposed | Gets a value indicating whether this instance is disposed. |
| data_stream_container | Gets the object’s data stream. |
| is_cached | Gets is image cached |
| bounds | Gets the image bounds. |
| container | Gets the Image container. |
| height | Gets the image height. |
| palette | Gets or sets the color palette. |
| size | Gets the image size. |
| width | Gets the image width. |
| has_background_color | Gets or sets a value indicating whether image has background color. |
| background_color | Gets or sets a value for the background color. |
| unit_type | Gets current unit type. |
| unitless_default_unit_type | Assumed unit type when UnitType is set to Unitless |
| max_point | Gets the max point. |
| min_point | Gets the min point. |
| order_secton | Gets the order secton. |
| aux_secton | Gets the aux secton. |
| main_secton | Gets the main secton. |
| sub_sectons | Gets the sub sectons. |
| order_output_describing | Description of the order section output |
| lines_output_describing | Description of the line types output |
Methods
| Method | Description |
|---|---|
| save | Saves the image data to the underlying stream. |
| save | Saves the object’s data to the specified file location in the specified file format according to save options. |
| save | Saves the image’s data to the specified stream in the specified file format according to save options. |
| save | Saves the object’s data to the specified stream. |
| save | Saves the object’s data to the specified file location. |
| save | Saves the object’s data to the specified file location. |
| can_load | Determines whether image can be loaded from the specified file path. |
| can_load | Determines whether an image can be loaded from the specified file path and optionally using the specified open options |
| can_load | Determines whether image can be loaded from the specified stream. |
| can_load | Determines whether image can be loaded from the specified stream and optionally using the specified load_options. |
| get_file_format | Gets the file format. |
| get_file_format | Gets the file format. |
| load | Loads a new image from the specified file. |
| load | Loads a new image from the specified file. |
| load | Loads a new image from the specified stream. |
| load | Loads a new image from the specified stream. |
| load_message_file | Loads a message file from the specified path. |
| load_message_file | Loads a message file from the specified stream. |
| cache_data | Caches data |
| get_strings | Gets all string values from image. |
| can_save | Determines whether image can be saved to the specified file format represented by the passed save options. |
| update_size | Update size |
See Also
- module
aspose.cad.fileformats.cf2 - class
CF2Image - class
DataStreamSupporter - class
DisposableObject - class
Image