Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 87055

Re: How do I access the items on one Layer?

$
0
0

Finding bbox for page items is a bit more complex than example below:

 

InterfacePtr<IGeometry> iPageGeometry(yourPageItemRef, IID_IGEOMETRY);

PMRect theFrameBBox = Utils<Facade::IGeometryFacade>()->GetItemBounds( GetUIDRef(iPageGeometry), Transform::SpreadCoordinates(), Geometry::OuterStrokeBounds());

 

Regards

Bartek


Viewing all articles
Browse latest Browse all 87055

Trending Articles