←Select platform

Matrix Property

Summary

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

Syntax
C#
C++/CLI
Java
Python
public PDFMatrix Matrix {get;} 
public PDFMatrix getMatrix(); 
public:  
   property PDFMatrix^ Matrix 
   { 
      PDFMatrix^ get() 
   } 
Matrix # get  (PDFAnnotation) 

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

Leadtools.Pdf Assembly

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