Skip to main content
All docs
V23.2

BrickSelector.GetBricksByTag Method

Name Parameters Description
GetBricksByTag(Document, Object) static document, tag A static method that returns an enumeration of visual bricks with the specified tag from a document.
GetBricksByTag(Page, Object) static page, tag A static method that returns an enumeration of visual bricks with the specified tag from a document page.
GetBricksByTag(IEnumerable<Page>, Object) static pages, tag A static method that returns an enumeration of visual bricks with the specified tag from document pages.