Class EmfNamedEscape
Contents
[
Hide
]EmfNamedEscape class
The MR_NAMEDESCAPE record passes arbitrary information to a specified printer driver.
public sealed class EmfNamedEscape : EmfEscapeRecordType
Constructors
| Name | Description |
|---|---|
| EmfNamedEscape(EmfRecord) | Initializes a new instance of the EmfNamedEscape class. |
Properties
| Name | Description |
|---|---|
| CjDriver { get; set; } | Gets or sets A 32-bit unsigned integer that specifies the number of bytes in the DriverName field. This value MUST be an even number. |
| CjIn { get; set; } | Gets or sets A 32-bit unsigned integer specifying the number of bytes to pass to the printer driver. |
| Data { get; set; } | Gets or sets The data to pass to the printer driver. There MUST be cjIn bytes available. |
| DriverName { get; set; } | Gets or sets A string of 16-bit Unicode characters that specifies the name of the printer driver that will receive data. This value MUST be cjDriver bytes long, and it MUST be terminated with a null character. |
| IEscape { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the printer driver escape to execute. This MUST be one of the values in the WMF MetafileEscapes enumeration ([MSWMF] section 2.1.1.17). |
| Size { get; set; } | Gets or sets the size of the record |
| Type { get; set; } | Gets or sets the type. |
See Also
- class EmfEscapeRecordType
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Records
- assembly Aspose.Imaging