Aspose::Pdf::Annotations::PrinterMarksKindExtensions Class Reference

Provides extension methods for the PrinterMarksKind enumeration. More...

#include "PrinterMarksKind.h"

Public Member Functions

 PrinterMarksKindExtensions ()=delete
 

Static Public Member Functions

static ASPOSE_PDF_SHARED_API bool HasFlagFast (PrinterMarksKind value, PrinterMarksKind flag)
 Determines whether the current value includes a specified flag. More...
 

Detailed Description

Provides extension methods for the PrinterMarksKind enumeration.

Constructor & Destructor Documentation

◆ PrinterMarksKindExtensions()

Aspose::Pdf::Annotations::PrinterMarksKindExtensions::PrinterMarksKindExtensions ( )
delete

Member Function Documentation

◆ HasFlagFast()

static ASPOSE_PDF_SHARED_API bool Aspose::Pdf::Annotations::PrinterMarksKindExtensions::HasFlagFast ( PrinterMarksKind  value,
PrinterMarksKind  flag 
)
static

Determines whether the current value includes a specified flag.

Parameters
valueThe current value of the PrinterMarksKind enumeration.
flagThe flag to check.
Returns

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

.