ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPLangAlt Class / Japanese Property




In This Topic
    Japanese Property
    In This Topic
    Gets or sets Japanese text alternative. Returns null if this alternative is not present. Set to null to remove this alternative from the object.
    Syntax
    'Declaration
     
    Public Property Japanese As String
    'Usage
     
    Dim instance As ImGearXMPLangAlt
    Dim value As String
     
    instance.Japanese = value
     
    value = instance.Japanese
    public string Japanese {get; set;}
    public: __property string* get_Japanese();
    public: __property void set_Japanese( 
       string* value
    );
    public:
    property String^ Japanese {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    String value.
    See Also