'Declaration <DescriptionAttribute("A value indicating whether thumbnail for image must be created.")> <DefaultValueAttribute(False)> Public Property CreateThumbnail As Boolean
[Description("A value indicating whether thumbnail for image must be created.")] [DefaultValue(False)] public bool CreateThumbnail { get; set; }
[Description("A value indicating whether thumbnail for image must be created.")] [DefaultValue(False)] public: __property bool get_CreateThumbnail(); public: __property void set_CreateThumbnail(
bool value
);
[Description("A value indicating whether thumbnail for image must be created.")] [DefaultValue(False)] public:
property bool CreateThumbnail { bool get(); void set(bool value); }
Property Value
true - encoder creates thumbnail for image; false - encoder does not create thumbnail for image.
Default value is false.
Default value is false.