LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Platform Property

Show in webframe





Gets or sets the primary platform for which the ICC profile was created.
Syntax
public IccPlatformSignatureType Platform {get; set;}
'Declaration
 
Public Property Platform As IccPlatformSignatureType
'Usage
 
Dim instance As IccHeader
Dim value As IccPlatformSignatureType
 
instance.Platform = value
 
value = instance.Platform

            

            
public:
property IccPlatformSignatureType Platform {
   IccPlatformSignatureType get();
   void set (    IccPlatformSignatureType value);
}

Property Value

A value that indicates the primary platform for which the ICC profile was created. For a list of possible values, refer to IccPlatformSignatureType.If there is no primary platform identified, the Platform shall be set to NoPlatformSignature. For a list of possible values, refer to IccPlatformSignatureType.
Requirements

Target Platforms

See Also

Reference

IccHeader Structure
IccHeader Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.