Constructor and Description |
---|
EmrControlRecord(EmfRecord source)
Initializes a new instance of the
EmrControlRecord class. |
Modifier and Type | Method and Description |
---|---|
byte[] |
getRecordBuffer()
Gets or sets an array of bytes that contains the remainder of the control record.
|
void |
setRecordBuffer(byte[] value)
Gets or sets an array of bytes that contains the remainder of the control record.
|
getSize, getType, setSize, setType
deepClone_internalized
public EmrControlRecord(EmfRecord source)
Initializes a new instance of the EmrControlRecord
class.
source
- The source.public byte[] getRecordBuffer()
Gets or sets an array of bytes that contains the remainder of the control record. The size of this field MUST be a multiple of 4 bytes.
public void setRecordBuffer(byte[] value)
Gets or sets an array of bytes that contains the remainder of the control record. The size of this field MUST be a multiple of 4 bytes.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.