Click or drag to resize

TiffEncoderXmp Property

Gets or sets XMP data to encode with the image.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public byte[] Xmp { get; set; }

Property Value

Type: Byte
A byte array containing XMP data.
Remarks
This property can be used to save XMP Annotation data created with DotImage, our full featured Annotations toolkit for the Microsoft .NET Framework.
See Also