'Declaration Public Property FontSize As System.Nullable(Of Single)
public System.Nullable<float> FontSize {get; set;}
In a newly created document the value of this property is null. If the value has not been set when the document is saved (and for fields, the owner field has been added to GrapeCity.Documents.Pdf.GcPdfDocument.AcroForm), a default value is automatically assigned depending on the type of the current object's owner:
'Declaration Public Property FontSize As System.Nullable(Of Single)
public System.Nullable<float> FontSize {get; set;}