←Select platform

ApplySvgViewPerspective Method

Summary

Applies the current transformation on the specified SVG image.

Syntax
C#
VB
C++
public void ApplySvgViewPerspective( 
   SvgDocument svg, 
   bool apply 
) 
Public Sub ApplySvgViewPerspective( 
   ByVal svg As SvgDocument, 
   ByVal apply As Boolean 
) 
public:  
   void ApplySvgViewPerspective( 
      SvgDocument^ svg, 
      bool apply 
   ) 

Parameters

svg

SVG 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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly