Aspose::Pdf::Annotations::PrinterMarksKindExtensions::HasFlagFast method

PrinterMarksKindExtensions::HasFlagFast method

Determines whether the current value includes a specified flag.

static bool Aspose::Pdf::Annotations::PrinterMarksKindExtensions::HasFlagFast(PrinterMarksKind value, PrinterMarksKind flag)
ParameterTypeDescription
valuePrinterMarksKindThe current value of the PrinterMarksKind enumeration.
flagPrinterMarksKindThe flag to check.

ReturnValue

true

Remarks

if the flag is included in the current value; otherwise, false

.

See Also