←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly