VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.StructureTree Namespace / PdfStructureElement Class / LanguageID Property
Syntax Requirements SeeAlso
In This Topic
    LanguageID Property (PdfStructureElement)
    In This Topic
    Gets or sets a language identifier specifying the language for all text in the structure element.
    Syntax
    'Declaration
    
    Public Property LanguageID As System.String
    
    
    public System.String LanguageID { get; set; }
    
    
    public: __property System.String get_LanguageID();
    public: __property void set_LanguageID(
    System.String value
    );
    public:
    property System.String LanguageID { System.String get(); void set(System.String value); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also