ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Icc Namespace / ICCProfile Class / getICCProfileVersion Method
array containing the ICCProfileVersion representation
start of the rep in the array

In This Topic
    getICCProfileVersion Method
    In This Topic
    Create an ICCProfileVersion from byte [] input
    Syntax
    'Declaration
     
    
    Public Shared Function getICCProfileVersion( _
       ByVal data() As Byte, _
       ByVal offset As Integer _
    ) As ICCProfileVersion
    public static ICCProfileVersion getICCProfileVersion( 
       byte[] data,
       int offset
    )

    Parameters

    data
    array containing the ICCProfileVersion representation
    offset
    start of the rep in the array

    Return Value

    the created ICCProfileVersion
    See Also