←Select platform

OutputProfileData Property

Summary
Gets or sets a byte array that contains information about the output memory profile to be used as the output profile.
Syntax
C#
VB
C++
public byte[] OutputProfileData { get; set; } 
  
Public Property OutputProfileData As Byte() 
public: 
property array<byte>^ OutputProfileData { 
   array<byte>^ get(); 
   void set (    array<byte>^ ); 
} 

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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.