Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.11.2
|
Leadtools.ColorConversion Namespace > ConversionParameters Class : OutputProfileData Property |
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: property array<byte>^ OutputProfileData { array<byte>^ get(); void set ( array<byte>^ value); }