←Select platform

Matrix Property

Summary

Gets the general transformation matrix associated with this PDF annotation object.

Syntax
C#
VB
C++
public PDFMatrix Matrix {get;} 
Public ReadOnly Property Matrix() As PDFMatrix 
   Get 
public:  
   property PDFMatrix^ Matrix 
   { 
      PDFMatrix^ get() 
   } 

Property Value

The general transformation matrix associated with this PDF annotation object. The default value is an empty PDFMatrix (no transformation).

Remarks

When an empty PDFMatrix (one that has all its values set to 0, the default value) is set, then LEADTOOLS will assume the matrix is an identity matrix instead.

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.Pdf Assembly