Gets or sets Rasterized Caption IPTC dataset.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property RasterizedCaption As Byte()
             
        
            
            'Usage
 
Dim instance As ImGearIPTCMetadata
Dim value() As Byte
 
instance.RasterizedCaption = value
 
value = instance.RasterizedCaption
             
        
            
            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);
}
             
        
             
        
            
            
            Property Value
Array of bytes.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also