'宣言 Public Property UseGdiPlusTextRendering As System.Nullable(Of Boolean)
'使用法 Dim instance As C1MultiDocument Dim value As System.Nullable(Of Boolean) instance.UseGdiPlusTextRendering = value value = instance.UseGdiPlusTextRendering
public System.Nullable<bool> UseGdiPlusTextRendering {get; set;}