EmfSetIcmProfileA 类
内容
[
隐藏
]Summary: The EMR_SETICMPROFILEA record specifies a color profile in a file with a name consisting of ASCII
characters, for graphics output.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfSetIcmProfileA
Inheritance: EmfStateRecordType
Constructors
| Name | 描述 |
|---|---|
| EmfSetIcmProfileA(source) | 初始化 EmfSetIcmProfileA 类的新实例。 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| cb_data | int | r/w | 获取或设置一个 32 位无符号整数,指定颜色配置文件数据的大小,如果它 包含在 Data 字段中。 |
| cb_name | int | r/w | 获取或设置一个 32 位无符号整数,指定所需颜色配置文件的 ASCII 名称的字节数。 |
| 数据 | System.Byte | r/w | 获取或设置一个大小为 (cbName + cbData) 字节的数组,用于指定所需颜色配置文件的 ASCII 名称和原始数据。 |
| dw_flags | int | r/w | 获取或设置一个包含颜色配置文件标志的 32 位无符号整数。 |
| 名称 | string | r | 获取名称 |
| raw_data | System.Byte | r | 获取原始数据 |
| size | int | r/w | 获取或设置记录的大小 |
| type | EmfRecordType | r/w | 获取或设置类型。 |
Methods
| Name | 描述 |
|---|---|
| create_from_record(source) | 初始化 EmfRecord 类的新实例。 |
| create_from_type(type) | 初始化 EmfRecord 类的新实例。 |
Constructor: EmfSetIcmProfileA(source)
EmfSetIcmProfileA(source)
初始化 EmfSetIcmProfileA 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| source | EmfRecord | 来源。 |
Method: create_from_record(source) [static]
create_from_record(source)
初始化 EmfRecord 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| source | EmfRecord | 来源。 |
Returns
| Type | Description |
|---|---|
| EmfRecord |
Method: create_from_type(type) [static]
create_from_type(type)
初始化 EmfRecord 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| type | EmfRecordType | 记录类型。 |
Returns
| Type | Description |
|---|---|
| EmfRecord |