EmfExtEscape Class
Contents
[
Hide
]Summary: The EMR_EXTESCAPE record passes arbitrary information to a printer driver. The intent is that the
information will not result in drawing being done.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfExtEscape
Inheritance: EmfEscapeRecordType
Constructors
| Name | Description | 
|---|---|
| EmfExtEscape(source) | Initializes a new instance of the EmfExtEscape class. | 
Properties
| Name | Type | Access | Description | 
|---|---|---|---|
| cj_in | int | r/w | Gets or sets a 32-bit unsigned integer specifying the number of bytes to pass to the printer driver. | 
| data | System.Byte | r/w | Gets or sets the data to pass to the printer driver. There MUST be cjIn bytes available. | 
| escape | WmfMetafileEscapes | r/w | 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 | int | r/w | Gets or sets the size of the record | 
| type | EmfRecordType | r/w | Gets or sets the type. | 
Methods
| Name | Description | 
|---|---|
| create_from_record(source) | Initializes a new instance of the EmfRecord class. | 
| create_from_type(type) | Initializes a new instance of the EmfRecord class. | 
Constructor: EmfExtEscape(source)
 EmfExtEscape(source) 
Initializes a new instance of the EmfExtEscape class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| source | EmfRecord | The source. | 
Method: create_from_record(source) [static]
 create_from_record(source) 
Initializes a new instance of the EmfRecord class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| source | EmfRecord | The source. | 
Returns
| Type | Description | 
|---|---|
| EmfRecord | 
Method: create_from_type(type) [static]
 create_from_type(type) 
Initializes a new instance of the EmfRecord class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| type | EmfRecordType | The record type. | 
Returns
| Type | Description | 
|---|---|
| EmfRecord |