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

Show in webframe

OutputProfileData Property






Gets or sets a byte array that contains information about the output memory profile to be used as the output profile.
Syntax
public byte[] OutputProfileData {get; set;}
'Declaration
 
Public Property OutputProfileData As Byte()
'Usage
 
Dim instance As ConversionParameters
Dim value() As Byte
 
instance.OutputProfileData = value
 
value = instance.OutputProfileData

            

            
public:
property array<byte>^ OutputProfileData {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

A byte array that contains information about the output memory profile to be used as the output profile.
Example
Refer to InputProfile example.
Requirements

Target Platforms

See Also

Reference

ConversionParameters Class
ConversionParameters Members

Error processing SSI file