Skip to content

PageElement::Flags property

Gets the flags of the page element.

int Flags { get; }
int getFlags() throws IGRException;
@property
def Flags(self) -> int
int getFlags() const;

Return Value

int : The flags of the element.

See Also