ImageGear .NET - Updated
WhitePoint Property (ImGearTIFFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.TIFF Namespace > ImGearTIFFXMPMetadata Class : WhitePoint Property
Gets or sets WhitePoint property of the TIFF XMP schema.
Syntax
'Declaration
 
Public Property WhitePoint As ImGearXMPSeq(Of ImGearXMPRational)
'Usage
 
Dim instance As ImGearTIFFXMPMetadata
Dim value As ImGearXMPSeq(Of ImGearXMPRational)
 
instance.WhitePoint = value
 
value = instance.WhitePoint
public ImGearXMPSeq<ImGearXMPRational> WhitePoint {get; set;}
public: __property ImGearXMPSeq<ImGearXMPRational*>* get_WhitePoint();
public: __property void set_WhitePoint( 
   ImGearXMPSeq<ImGearXMPRational*>* value
);
public:
property ImGearXMPSeq<ImGearXMPRational^>^ WhitePoint {
   ImGearXMPSeq<ImGearXMPRational^>^ get();
   void set (    ImGearXMPSeq<ImGearXMPRational^>^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents TIFF tag 318 (0x13E) and specifies chromaticity of white point.
See Also

Reference

ImGearTIFFXMPMetadata Class
ImGearTIFFXMPMetadata Members