public final class EmfPlusGetDc extends EmfPlusControlRecordType
The EmfPlusGetDC record specifies that subsequent EMF records encountered in the metafile SHOULD be processed.
Constructor and Description |
---|
EmfPlusGetDc(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusGetDc class. |
Modifier and Type | Method and Description |
---|---|
short |
getFlags()
Gets or sets a 16-bit unsigned integer that is not used.
|
void |
setFlags(short value)
Gets or sets a 16-bit unsigned integer that is not used.
|
getDataSize, getSize, getType, setDataSize, setSize
public EmfPlusGetDc(EmfPlusRecord source)
Initializes a new instance of the EmfPlusGetDc
class.
source
- The source.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.