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

public byte[] InputProfileData {get; set;}
'Declaration
Public Property InputProfileData As Byte()
'Usage
Dim instance As ConversionParameters
Dim value() As Byte
instance.InputProfileData = value
value = instance.InputProfileData
Property Value
A byte array that contains information about the input memory profile to be used as the input profile.