ImageGear for .NET
CiAdrExtadr Property




Gets or sets the contact information address part. It comprises an optional company name and all required information to locate the building or postbox to which mail should be sent. To that end, the address is a multiline field.
Syntax
'Declaration
 
Public Property CiAdrExtadr As ImGearXMPString
'Usage
 
Dim instance As ImGearXMPContactInfo
Dim value As ImGearXMPString
 
instance.CiAdrExtadr = value
 
value = instance.CiAdrExtadr
public ImGearXMPString CiAdrExtadr {get; set;}
public: __property ImGearXMPString* get_CiAdrExtadr();
public: __property void set_CiAdrExtadr( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ CiAdrExtadr {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
See Also

Reference

ImGearXMPContactInfo Class
ImGearXMPContactInfo Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback