ImageGear .NET - Updated
ReferenceBlackWhite Property (ImGearTIFFXMPMetadata)




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

Property Value

ImageGear.Formats.XMP.ImGearXMPSeq<T> generic class value with ImageGear.Formats.XMP.ImGearXMPRational type parameter.
Remarks
This XMP property represents TIFF tag 532 (0x214) and specifies reference black and white point values.
See Also

Reference

ImGearTIFFXMPMetadata Class
ImGearTIFFXMPMetadata Members