Switch that specifies whether the third thumbnail should contain IPTC metadata copied from the original file.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property UploadThumbnail3CopyIptc As Boolean
public bool UploadThumbnail3CopyIptc { get; set; }
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
.