Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
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;}
Managed Extensions for C++ 
public: __property IccPlatformSignatureType get_Platform();
public: __property void set_Platform( 
   IccPlatformSignatureType value
);
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also