ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEFontAttrs Class / Lang Property




In This Topic
    Lang Property
    In This Topic
    Gets or sets the atom representing the ISO 639 language code.
    Syntax
    'Declaration
     
    Public Property Lang As ImGearPDFAtom
    'Usage
     
    Dim instance As ImGearPDEFontAttrs
    Dim value As ImGearPDFAtom
     
    instance.Lang = value
     
    value = instance.Lang
    public ImGearPDFAtom Lang {get; set;}
    public: __property ImGearPDFAtom* get_Lang();
    public: __property void set_Lang( 
       ImGearPDFAtom* value
    );
    public:
    property ImGearPDFAtom^ Lang {
       ImGearPDFAtom^ get();
       void set (    ImGearPDFAtom^ value);
    }

    Property Value

    ImGearPDFAtom class object.
    See Also