ImageGear .NET
Lang Property




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

Reference

ImGearPDEFontAttrs Class
ImGearPDEFontAttrs Members
ImGearPDFAtom Class

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback