[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfDocument.FormEmbedUtf32CodeSet

FormEmbedUtf32CodeSet Property

FormEmbedUtf32CodeSet

Gets or sets a Utf32CodeSet object that specifies which Unicode characters to include in embedded font subsets for fonts that are used in AcroForms.

This value will be used for a font if that font handler's Utf32CodeSet is null.

Note that if for a font, its 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 EmbedMode or FontEmbedMode.

Declaration
public Utf32CodeSet FormEmbedUtf32CodeSet { get; set; }
Public Property FormEmbedUtf32CodeSet As Utf32CodeSet