Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / FormEmbedUtf32CodeSet Property

In This Topic
    FormEmbedUtf32CodeSet Property
    In This Topic
    Gets or sets a GrapeCity.Documents.Text.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 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.

    Syntax
    'Declaration
     
    Public Property FormEmbedUtf32CodeSet As Utf32CodeSet
    public Utf32CodeSet FormEmbedUtf32CodeSet {get; set;}
    See Also