ImageGear .NET
WhitePoint Property (ImGearTIFFXMPMetadata)




Gets or sets WhitePoint property of the TIFF XMP schema.
Syntax
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);
}
'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

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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback