Data Property

Summary

Gets or sets MPEG-7 data.

Syntax
C#
VB
C++
public byte[] Data { get; set; } 
  
Public Property Data As Byte() 
public: 
property array<byte>^ Data { 
   array<byte>^ get(); 
   void set (    array<byte>^ ); 
} 

Property Value

MPEG-7 BiM Stream.

Requirements

Target Platforms

See Also

Reference

Mpeg7Box Class

Mpeg7Box Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpeg2000 Assembly