ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.TIFF Namespace / ImGearTIFFXMPMetadata Class / WhitePoint Property




In This Topic
    WhitePoint Property (ImGearTIFFXMPMetadata)
    In This Topic
    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