Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

Platform Property






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

Error processing SSI file