Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

Size Property (IccHeader)






Gets or sets the size of the ICC Profile.
Syntax
public int Size {get; set;}
'Declaration
 
Public Property Size As Integer
'Usage
 
Dim instance As IccHeader
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 size of the ICC profile in bytes.
Requirements

Target Platforms

See Also

Reference

IccHeader Structure
IccHeader Members

Error processing SSI file