Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / FontHandler Class / Utf32CodeSet Property

In This Topic
    Utf32CodeSet Property
    In This Topic
    Gets or sets a GrapeCity.Documents.Text.Utf32CodeSet object that specifies which Unicode characters will be included in the embedded subset in addition to the glyphs used in the static document content.

    By default this property is null.

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