←Select platform

ApplyImageViewPerspective Method

Summary

Applies the current transformation on the specified raster image.

Syntax
C#
C++/CLI
Python
public void ApplyImageViewPerspective( 
   RasterImage rasterImage, 
   bool apply 
) 
public:  
   void ApplyImageViewPerspective( 
      RasterImage^ rasterImage, 
      bool apply 
   ) 
def ApplyImageViewPerspective(self,rasterImage,apply): 

Parameters

rasterImage

Raster image 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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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