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