EmfDrawEscape Class
Contents
[
Hide
]Summary: The EMR_DRAWESCAPE record passes arbitrary information to a printer driver. The intent is that the
information will result in drawing being done.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfDrawEscape
Inheritance: EmfEscapeRecordType
Constructors
Name | Description |
---|---|
EmfDrawEscape(source) | Initializes a new instance of the EmfDrawEscape 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 | 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: EmfDrawEscape(source)
EmfDrawEscape(source)
Initializes a new instance of the EmfDrawEscape 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 |