ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEImageAttrs Class / BitsPerComponent Field




In This Topic
    BitsPerComponent Field
    In This Topic
    Number of bits used to represent each color component in the image.
    Syntax
    'Declaration
     
    Public BitsPerComponent As Integer
    'Usage
     
    Dim instance As ImGearPDEImageAttrs
    Dim value As Integer
     
    value = instance.BitsPerComponent
     
    instance.BitsPerComponent = value
    public int BitsPerComponent
    public: int BitsPerComponent
    public:
    int BitsPerComponent

    Field Value

    Integer value.
    Remarks
    Corresponds to the BitsPerComponent key in the image dictionary. The default value is 0.
    See Also