←Select platform

InputProfileData Property

Summary

Gets or sets a byte array that contains information about the input memory profile to be used as the input profile.

Syntax
C#
VB
C++
public byte[] InputProfileData { get; set; } 
  
Public Property InputProfileData As Byte() 
public: 
property array<byte>^ InputProfileData { 
   array<byte>^ get(); 
   void set (    array<byte>^ ); 
} 

Property Value

A byte array that contains information about the input memory profile to be used as the input profile.

Example

Refer to InputProfile example.

Requirements

Target Platforms

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

Leadtools.ColorConversion Assembly