public final class EmfPlusSetAntiAliasMode extends EmfPlusPropertyRecordType
The EmfPlusSetAntiAliasMode record specifies the anti-aliasing mode for text output.
Constructor and Description |
---|
EmfPlusSetAntiAliasMode(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusSetAntiAliasMode class. |
Modifier and Type | Method and Description |
---|---|
boolean |
getAntiAliasing()
Gets or sets a value indicating whether [anti aliasing].
|
byte |
getSmoothingMode()
Gets or sets the smoothing mode.
|
void |
setAntiAliasing(boolean value)
Gets or sets a value indicating whether [anti aliasing].
|
void |
setSmoothingMode(byte value)
Gets or sets the smoothing mode.
|
getDataSize, getFlags, getSize, getType, setDataSize, setFlags, setSize
public EmfPlusSetAntiAliasMode(EmfPlusRecord source)
Initializes a new instance of the EmfPlusSetAntiAliasMode
class.
source
- The source.public byte getSmoothingMode()
Gets or sets the smoothing mode. (7 bits): The smoothing mode value, from the SmoothingMode enumeration (section 2.1.1.28)
Value: The smoothing mode.public void setSmoothingMode(byte value)
Gets or sets the smoothing mode. (7 bits): The smoothing mode value, from the SmoothingMode enumeration (section 2.1.1.28)
Value: The smoothing mode.public boolean getAntiAliasing()
Gets or sets a value indicating whether [anti aliasing]. If set, anti-aliasing SHOULD be performed. If clear, anti-aliasing SHOULD NOT be performed.
Value:true
if [anti aliasing]; otherwise, false
.public void setAntiAliasing(boolean value)
Gets or sets a value indicating whether [anti aliasing]. If set, anti-aliasing SHOULD be performed. If clear, anti-aliasing SHOULD NOT be performed.
Value:true
if [anti aliasing]; otherwise, false
.