Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtBlipCMYKJPEG Class / rgbUid1 Property


In This Topic
    rgbUid1 Property (OfficeArtBlipCMYKJPEG)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property rgbUid1 As Byte()
    'Usage
     
    
    Dim instance As OfficeArtBlipCMYKJPEG
    Dim value() As Byte
     
    instance.rgbUid1 = value
     
    value = instance.rgbUid1
    public byte[] rgbUid1 {get; set;}
    See Also