public final class PixelOffsetMode
extends com.aspose.ms.System.Enum
Specifies how pixels are offset during rendering.
| Modifier and Type | Field and Description |
|---|---|
static int |
Default
Specifies the default mode.
|
static int |
Half
Specifies that pixels are offset by -.5 units, both horizontally and vertically, for high speed antialiasing.
|
static int |
HighQuality
Specifies high quality, low speed rendering.
|
static int |
HighSpeed
Specifies high speed, low quality rendering.
|
static int |
Invalid
Specifies an invalid mode.
|
static int |
None
Specifies no pixel offset.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int Invalid
Specifies an invalid mode.
public static final int Default
Specifies the default mode.
public static final int HighSpeed
Specifies high speed, low quality rendering.
public static final int HighQuality
Specifies high quality, low speed rendering.
public static final int None
Specifies no pixel offset.
public static final int Half
Specifies that pixels are offset by -.5 units, both horizontally and vertically, for high speed antialiasing.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.