'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);
}