ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.Photoshop Namespace / ImGearPhotoshopXMPMetadata Class / TransmissionReference Property




In This Topic
    TransmissionReference Property
    In This Topic
    Gets or sets TransmissionReference property of the Photoshop XMP schema.
    Syntax
    'Declaration
     
    Public Property TransmissionReference As ImGearXMPString
    'Usage
     
    Dim instance As ImGearPhotoshopXMPMetadata
    Dim value As ImGearXMPString
     
    instance.TransmissionReference = value
     
    value = instance.TransmissionReference
    public ImGearXMPString TransmissionReference {get; set;}
    public: __property ImGearXMPString* get_TransmissionReference();
    public: __property void set_TransmissionReference( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ TransmissionReference {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

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