Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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);
}

Return 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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also