LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Size Property (IccTag)

Show in webframe





Gets or sets the size of the tag data element.
Syntax
public int Size {get; set;}
'Declaration
 
Public Property Size As Integer
'Usage
 
Dim instance As IccTag
Dim value As Integer
 
instance.Size = value
 
value = instance.Size

            

            
public:
property int Size {
   int get();
   void set (    int value);
}

Property Value

A value that indicates the tag data element size in bytes. This value does not include any padded bytes at the end of the data.
Requirements

Target Platforms

See Also

Reference

IccTag Structure
IccTag Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.