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

In This Topic
    BitsPerComponent Property (PdfImage)
    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.
    Syntax
    'Declaration
     
    Public ReadOnly Property BitsPerComponent As System.Integer
    public System.int BitsPerComponent {get;}
    See Also