ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.TIFF Namespace / ImGearTIFFXMPMetadata Class / BitsPerSample Property




In This Topic
    BitsPerSample Property (ImGearTIFFXMPMetadata)
    In This Topic
    Gets or sets BitsPerSample property of the TIFF XMP schema.
    Syntax
    'Declaration
     
    Public Property BitsPerSample As ImGearXMPSeq(Of ImGearXMPInteger)
    'Usage
     
    Dim instance As ImGearTIFFXMPMetadata
    Dim value As ImGearXMPSeq(Of ImGearXMPInteger)
     
    instance.BitsPerSample = value
     
    value = instance.BitsPerSample
    public ImGearXMPSeq<ImGearXMPInteger> BitsPerSample {get; set;}
    public: __property ImGearXMPSeq<ImGearXMPInteger*>* get_BitsPerSample();
    public: __property void set_BitsPerSample( 
       ImGearXMPSeq<ImGearXMPInteger*>* value
    );
    public:
    property ImGearXMPSeq<ImGearXMPInteger^>^ BitsPerSample {
       ImGearXMPSeq<ImGearXMPInteger^>^ get();
       void set (    ImGearXMPSeq<ImGearXMPInteger^>^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPSeq<T> generic class value with ImageGear.Formats.XMP.ImGearXMPInteger type parameter.
    Remarks
    This XMP property represents TIFF tag 258 (0x102) and specifies number of bits per component in each channel.
    See Also