'Declaration <DescriptionAttribute("A value indicating whether the command must remove embedded thumbnails.")> <CategoryAttribute("Discard")> <DefaultValueAttribute(False)> Public Property RemoveEmbeddedThumbnails As Boolean
[Description("A value indicating whether the command must remove embedded thumbnails.")] [Category("Discard")] [DefaultValue(False)] public bool RemoveEmbeddedThumbnails { get; set; }
[Description("A value indicating whether the command must remove embedded thumbnails.")] [Category("Discard")] [DefaultValue(False)] public: __property bool get_RemoveEmbeddedThumbnails(); public: __property void set_RemoveEmbeddedThumbnails(
bool value
);
[Description("A value indicating whether the command must remove embedded thumbnails.")] [Category("Discard")] [DefaultValue(False)] public:
property bool RemoveEmbeddedThumbnails { bool get(); void set(bool value); }
Property Value
True - command must remove embedded thumbnails; false - command must NOT remove embedded thumbnails.
Default value is false.
Default value is false.