LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

OutputProfileData Property






Gets or sets a byte array that contains information about the output memory profile to be used as the output profile. .NET support
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 byte[] OutputProfileData {get; set;}
 get_OutputProfileData();
set_OutputProfileData(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConversionParameters Class
ConversionParameters Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.