'Declaration Public Property EmbedMode As System.Nullable(Of FontEmbedMode)
public System.Nullable<FontEmbedMode> EmbedMode {get; set;}
By default this property is unspecified (null), and the actual embedding mode depends on whether or not the Font is one of StandardFonts.
For standard fonts, StandardFontEmbedMode determines the embedding mode.
For all other fonts, FontEmbedMode determines the embedding mode.
'Declaration Public Property EmbedMode As System.Nullable(Of FontEmbedMode)
public System.Nullable<FontEmbedMode> EmbedMode {get; set;}