[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Graphics.Images.PdfInlineImage.BitsPerComponent

BitsPerComponent Property

BitsPerComponent

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.

Declaration
public int BitsPerComponent { get; }
Public ReadOnly Property BitsPerComponent As Integer