Gets or sets the value of the second row and second column of this
PdfMatrix structure.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public double M22 { get; set; }
VB
Public Property M22 As Double
Get
Set
Property Value
Type:
Double
The value of the second row and second column of this
PdfMatrix. The
default value is 1.
See Also