public class EmfMetafileHeaderExtension1 extends EmfMetafileHeader
The EmfMetafileHeaderExtension1 record is the header record used in the first extension to EMF metafiles. Following the EmfHeaderExtension1 field, the remaining fields are optional and can be present in any order.
Constructor and Description |
---|
EmfMetafileHeaderExtension1(EmfMetafileHeader header)
Initializes a new instance of the
EmfMetafileHeaderExtension1 class. |
EmfMetafileHeaderExtension1(EmfMetafileHeaderExtension1 header)
Initializes a new instance of the
EmfMetafileHeaderExtension1 class. |
Modifier and Type | Method and Description |
---|---|
EmfHeaderExtension1 |
getEmfHeaderExtension1()
Gets or sets a HeaderExtension1 object, which specifies additional information about the image in the metafile.
|
byte[] |
getEmfPixelFormatBuffer()
Gets or sets an optional array of bytes that contains the EMF pixel format descriptor, which is not required to
be contiguous with the fixed portion of the EmfMetafileHeaderExtension1 record or with the EMF
description string.
|
void |
setEmfHeaderExtension1(EmfHeaderExtension1 value)
Gets or sets a HeaderExtension1 object, which specifies additional information about the image in the metafile.
|
void |
setEmfPixelFormatBuffer(byte[] value)
Gets or sets an optional array of bytes that contains the EMF pixel format descriptor, which is not required to
be contiguous with the fixed portion of the EmfMetafileHeaderExtension1 record or with the EMF
description string.
|
getEmfDescription, getEmfDescriptionBuffer, getEmfHeader, getEmfHeaderRecordBuffer, setEmfDescription, setEmfDescriptionBuffer, setEmfHeader, setEmfHeaderRecordBuffer
public EmfMetafileHeaderExtension1(EmfMetafileHeader header)
Initializes a new instance of the EmfMetafileHeaderExtension1
class.
header
- The header.public EmfMetafileHeaderExtension1(EmfMetafileHeaderExtension1 header)
Initializes a new instance of the EmfMetafileHeaderExtension1
class.
header
- The header.public EmfHeaderExtension1 getEmfHeaderExtension1()
Gets or sets a HeaderExtension1 object, which specifies additional information about the image in the metafile.
public void setEmfHeaderExtension1(EmfHeaderExtension1 value)
Gets or sets a HeaderExtension1 object, which specifies additional information about the image in the metafile.
public byte[] getEmfPixelFormatBuffer()
Gets or sets an optional array of bytes that contains the EMF pixel format descriptor, which is not required to be contiguous with the fixed portion of the EmfMetafileHeaderExtension1 record or with the EMF description string. Accordingly, the field in this buffer that is labeled "UndefinedSpace" is optional and MUST be ignored
public void setEmfPixelFormatBuffer(byte[] value)
Gets or sets an optional array of bytes that contains the EMF pixel format descriptor, which is not required to be contiguous with the fixed portion of the EmfMetafileHeaderExtension1 record or with the EMF description string. Accordingly, the field in this buffer that is labeled "UndefinedSpace" is optional and MUST be ignored