The matrix element in the first row, first column.
Namespace:
pdftron.Common
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double m_a { get; set; }
Public Property m_a As Double
Get
Set
public:
virtual property double m_a {
double get () sealed;
void set (double value) sealed;
}
function get_m_a();
function set_m_a(value);
Property Value
Type:
DoubleSee Also