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