PDFView4NET WPF Edition
M21 Property




O2S.Components.PDFView4NET Namespace > PDFMatrix Class : M21 Property
Gets or sets the m21 element of the matrix.
Syntax
'Declaration
 
Public Property M21 As Double
'Usage
 
Dim instance As PDFMatrix
Dim value As Double
 
instance.M21 = value
 
value = instance.M21
public double M21 {get; set;}
public: __property double get_M21();
public: __property void set_M21( 
   double value
);
public:
property double M21 {
   double get();
   void set (    double value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFMatrix Class
PDFMatrix Members