ImageGear v26.3 - Updated November 9, 2022
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

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