applyAnnotationsViewPerspective Method (original) (raw)
Summary
Applies the current transformation on the specified container.
Syntax
DocumentPage.prototype.applyAnnotationsViewPerspective = function(
_container_,
_apply_
)
Parameters
container
Annotation container to apply the transformation into.
apply
true to apply the transformation in the order they were added; false to apply the transformation in the reverse order.
Remarks
This is a helper method that is used by the page to apply the current transformation on the data before returning it to the user. Refer to Document Page Transformation for more information.
Leadtools.Document Assembly