ImageGear .NET
SamplesPerPixel Property (ImGearTIFFXMPMetadata)




Gets or sets SamplesPerPixel property of the TIFF XMP schema.
Syntax
'Declaration
 
Public Property SamplesPerPixel As ImGearXMPInteger
'Usage
 
Dim instance As ImGearTIFFXMPMetadata
Dim value As ImGearXMPInteger
 
instance.SamplesPerPixel = value
 
value = instance.SamplesPerPixel
public ImGearXMPInteger SamplesPerPixel {get; set;}
public: __property ImGearXMPInteger* get_SamplesPerPixel();
public: __property void set_SamplesPerPixel( 
   ImGearXMPInteger* value
);
public:
property ImGearXMPInteger^ SamplesPerPixel {
   ImGearXMPInteger^ get();
   void set (    ImGearXMPInteger^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPInteger class value.
Remarks
This XMP property represents TIFF tag 277 (0x115) and specifies number of components per pixel.
See Also

Reference

ImGearTIFFXMPMetadata Class
ImGearTIFFXMPMetadata Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback