'Declaration <CategoryAttribute("Discard")> <DescriptionAttribute("A value indicating whether the command must remove embedded thumbnails.")> <DefaultValueAttribute(False)> Public Property RemoveEmbeddedThumbnails As Boolean
[Category("Discard")] [Description("A value indicating whether the command must remove embedded thumbnails.")] [DefaultValue(False)] public bool RemoveEmbeddedThumbnails { get; set; }
[Category("Discard")] [Description("A value indicating whether the command must remove embedded thumbnails.")] [DefaultValue(False)] public: __property bool get_RemoveEmbeddedThumbnails(); public: __property void set_RemoveEmbeddedThumbnails(
bool value
);
[Category("Discard")] [Description("A value indicating whether the command must remove embedded thumbnails.")] [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.