Flag Property

Summary

Gets or sets the FLAG value.

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

Property Value

Flags.

Remarks

An array of 3 bytes reserved for use to flag particular attributes for this box.

Requirements

Target Platforms

See Also

Reference

UuidUrl Structure

UuidUrl 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