op_BitwiseOr

PageLayoutOptions BitwiseOr operator

Combines two PageLayoutOptions flags using bitwise OR.

public static PageLayoutOptions operator |(PageLayoutOptions left, PageLayoutOptions right)
Parameter Type Description
left PageLayoutOptions The first flag.
right PageLayoutOptions The second flag.

Return Value

A combined PageLayoutOptions containing both flags.

See Also