public class PrinterMarksKindExtensions extends Object
Provides extension methods for the PrinterMarksKind enumeration.
| Constructor and Description |
|---|
PrinterMarksKindExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasFlagFast(int value,
int flag)
Determines whether the current value includes a specified flag.
|
public static boolean hasFlagFast(int value,
int flag)
Determines whether the current value includes a specified flag.
value - The current value of the PrinterMarksKind enumeration.flag - The flag to check.Copyright © 2025 Aspose. All Rights Reserved.