'Declaration
Public Property FontMatrix As PdfMatrix
'Usage
Dim instance As PdfType3Font Dim value As PdfMatrix instance.FontMatrix = value value = instance.FontMatrix
public PdfMatrix FontMatrix {get; set;}
public: property PdfMatrix^ FontMatrix { PdfMatrix^ get(); void set ( PdfMatrix^ value); }