'Declaration Public Property FormEmbedUtf32CodeSet As Utf32CodeSet
public Utf32CodeSet FormEmbedUtf32CodeSet {get; set;}
This value will be used for a font if that font handler's FontHandler.Utf32CodeSet is null.
Note that if for a font, its FontHandler.Utf32CodeSet is null, and FormEmbedUtf32CodeSet is null, and the font is used in the AcroForm, then this whole font will be embedded even if partial embedding is specified by FontHandler.EmbedMode or FontEmbedMode.
'Declaration Public Property FormEmbedUtf32CodeSet As Utf32CodeSet
public Utf32CodeSet FormEmbedUtf32CodeSet {get; set;}