LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Platform Property
See Also 
Leadtools.ColorConversion Namespace > IccHeader Structure : Platform Property



Gets or sets the primary platform for which the ICC profile was created.

Syntax

Visual Basic (Declaration) 
Public Property Platform As IccPlatformSignatureType
Visual Basic (Usage)Copy Code
Dim instance As IccHeader
Dim value As IccPlatformSignatureType
 
instance.Platform = value
 
value = instance.Platform
C# 
public IccPlatformSignatureType Platform {get; set;}
C++/CLI 
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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also