public final class EmfPlusComment extends EmfPlusRecord
The EmfPlusComment record specifies arbitrary private data.
Constructor and Description |
---|
EmfPlusComment(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusComment class. |
Modifier and Type | Method and Description |
---|---|
short |
getFlags()
Gets or sets a 16-bit unsigned integer that is not used.
|
byte[] |
getPrivateData()
Gets or sets a DataSize-length byte array of private data.
|
void |
setFlags(short value)
Gets or sets a 16-bit unsigned integer that is not used.
|
void |
setPrivateData(byte[] value)
Gets or sets a DataSize-length byte array of private data.
|
getDataSize, getSize, getType, setDataSize, setSize
public EmfPlusComment(EmfPlusRecord source)
Initializes a new instance of the EmfPlusComment
class.
source
- The source.public byte[] getPrivateData()
Gets or sets a DataSize-length byte array of private data. bytes of record-specific data that follows.
public void setPrivateData(byte[] value)
Gets or sets a DataSize-length byte array of private data. bytes of record-specific data that follows.
public short getFlags()
Gets or sets a 16-bit unsigned integer that is not used. This field SHOULD be set to zero and MUST be ignored upon receipt
getFlags
in class EmfPlusRecord
com.aspose.ms.System.ArgumentOutOfRangeException
- value
Value:
The flags.public void setFlags(short value)
Gets or sets a 16-bit unsigned integer that is not used. This field SHOULD be set to zero and MUST be ignored upon receipt
setFlags
in class EmfPlusRecord
value
- The flags.com.aspose.ms.System.ArgumentOutOfRangeException
- value
Value:
The flags.