Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics.Images Namespace / PdfInlineImage Class / BitsPerComponent Property

In This Topic
    BitsPerComponent Property (PdfInlineImage)
    In This Topic
    Gets the number of bits used to represent each color component in a sample. Valid values are 1, 2, 4, 8, and (in PDF 1.5) 16. Default value: 8.
    Syntax
    'Declaration
     
    Public ReadOnly Property BitsPerComponent As System.Integer
    public System.int BitsPerComponent {get;}
    See Also