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, setSizepublic 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 EmfPlusRecordcom.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 EmfPlusRecordvalue - The flags.com.aspose.ms.System.ArgumentOutOfRangeException - value
Value:
The flags.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.