Switch that specifies whether the third thumbnail should contain IPTC metadata copied from the original file.
Syntax
Initialize
JavaScript | ![]() |
---|---|
<script type="text/javascript" src="iuembed.js"></script> <script type="text/javascript"> var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500); //...other params... iu.addParam("UploadThumbnail3CopyIptc", "false"); //...other params... iu.writeHtml(); </script> |
Get/Set Value in Runtime
JavaScript | ![]() |
---|---|
getImageUploader("ImageUploaderID").setUploadThumbnail3CopyIptc(value); value = getImageUploader("ImageUploaderID").getUploadThumbnail3CopyIptc(); |
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".
See Also
Examples
Working with EXIF and IPTC MetadataReference
ExtractIptc PropertyUploadThumbnail1CopyIptc Property
UploadThumbnail2CopyIptc Property
UploadThumbnailCopyIptc Property
UploadThumbnail3BackgroundColor Property
UploadThumbnail3CompressOversizedOnly Property
UploadThumbnail3CompressionMode Property
UploadThumbnail3CopyExif Property
UploadThumbnail3FitMode Property
UploadThumbnail3Height Property
UploadThumbnail3JpegQuality Property
UploadThumbnail3ResizeQuality Property
UploadThumbnail3Watermark Property
UploadThumbnail3Width Property