public byte[] RasterizedCaption {get; set;}
public: __property byte[]* get_RasterizedCaption(); public: __property void set_RasterizedCaption( byte[]* value );
public: property array<byte>^ RasterizedCaption { array<byte>^ get(); void set ( array<byte>^ value); }
'Declaration Public Property RasterizedCaption As Byte()
'Usage Dim instance As ImGearIPTCMetadata Dim value() As Byte instance.RasterizedCaption = value value = instance.RasterizedCaption