public final class FlushIntention
extends com.aspose.ms.System.Enum
Specifies whether commands in the graphics stack are terminated (flushed) immediately or executed as soon as possible.
| Modifier and Type | Field and Description |
|---|---|
static int |
Flush
Specifies that the stack of all graphics operations is flushed immediately.
|
static int |
Sync
Specifies that all graphics operations on the stack are executed as soon as possible.
|
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 Flush
Specifies that the stack of all graphics operations is flushed immediately.
public static final int Sync
Specifies that all graphics operations on the stack are executed as soon as possible. This synchronizes the graphics state.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.