Class EmfSetIcmProfileA
Contents
[
Hide
]EmfSetIcmProfileA class
The EMR_SETICMPROFILEA record specifies a color profile in a file with a name consisting of ASCII characters, for graphics output.
public sealed class EmfSetIcmProfileA : EmfStateRecordType
Constructors
| Name | Description | 
|---|---|
| EmfSetIcmProfileA(EmfRecord) | Initializes a new instance of the EmfSetIcmProfileA class. | 
Properties
| Name | Description | 
|---|---|
| CbData { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the size of the color profile data, if it is contained in the Data field. | 
| CbName { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of bytes in the ASCII name of the desired color profile. | 
| Data { get; set; } | Gets or sets an array of size (cbName + cbData) in bytes, which specifies the ASCII name and raw data of the desired color profile. | 
| DwFlags { get; set; } | Gets or sets a 32-bit unsigned integer that contains color profile flags. | 
| Name { get; } | Gets the name | 
| RawData { get; } | Gets the raw data | 
| Size { get; set; } | Gets or sets the size of the record | 
| Type { get; set; } | Gets or sets the type. | 
See Also
- class EmfStateRecordType
 - namespace Aspose.Imaging.FileFormats.Emf.Emf.Records
 - assembly Aspose.Imaging