←Select platform

ApplyAnnotationsViewPerspective Method

Summary

Applies the current transformation on the specified container.

Syntax
C#
VB
C++
public void ApplyAnnotationsViewPerspective( 
   AnnContainer container, 
   bool apply 
) 
Public Sub ApplyAnnotationsViewPerspective( 
   ByVal container As AnnContainer, 
   ByVal apply As Boolean 
) 
public:  
   void ApplyAnnotationsViewPerspective( 
      AnnContainer^ container, 
      bool 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.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.