Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / ColorContext Class / GetProfile Method

In This Topic
    GetProfile Method
    In This Topic
    HRESULT ID2D1ColorContext::GetProfile([Out, Buffer] unsigned char* profile,[In] unsigned int profileSize)
    Syntax
    'Declaration
     
    Public Sub GetProfile( _
       ByVal rofileRef() As System.Byte, _
       ByVal profileSize As System.Integer _
    ) 
    public void GetProfile( 
       System.byte[] rofileRef,
       System.int profileSize
    )

    Parameters

    rofileRef
    profileSize
    See Also