FlagsEnumeration class
Leave feedback
On this page
Represents an abstract base class for creating enumerations that support bitwise flag operations.
public abstract class FlagsEnumeration : Enumeration
name | description |
---|---|
virtual HasFlag<T>(…) | Checks if the current flag has the specified flag. |
virtual HasFlagValue(…) | Checks if the current flag has the specified value. |
override ToString() | Converts the current object to a string. |
static Combine<T>(…) | Combines two flags enumerations into one. |
- namespace GroupDocs.Conversion.Contracts
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.