'Declaration <DefaultValueAttribute(1)> <CategoryAttribute("VintaSoft")> <DescriptionAttribute("A count of threads for thumbnail rendering.")> Public Property ThumbnailRenderingThreadCount As System.Int32
[DefaultValue(1)] [Category("VintaSoft")] [Description("A count of threads for thumbnail rendering.")] public System.Int32 ThumbnailRenderingThreadCount { get; set; }
[DefaultValue(1)] [Category("VintaSoft")] [Description("A count of threads for thumbnail rendering.")] public: __property System.Int32 get_ThumbnailRenderingThreadCount(); public: __property void set_ThumbnailRenderingThreadCount(
System.Int32 value
);
[DefaultValue(1)] [Category("VintaSoft")] [Description("A count of threads for thumbnail rendering.")] public:
property System.Int32 ThumbnailRenderingThreadCount { System.Int32 get(); void set(System.Int32 value); }
Property Value
Значение по умолчанию - 1. Минимальное значение - 1, максимальное значение - 64.