Aurigma Image Uploader 6.5 Dual
ImageUploader..::.UploadThumbnail2CopyIptc Property
Switch that specifies whether the second thumbnail should contain IPTC metadata copied from the original file.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public Property UploadThumbnail2CopyIptc As Boolean
C#
public bool UploadThumbnail2CopyIptc { get; set; }
Property Value
A boolean value (true or false). If true, the IPTC information is copied from the source file. Otherwise, only the image (without metadata) will be sent.
Default value is false.
Remarks
This property corresponds to UploadThumbnail2CopyIptc client-side property.