'Declaration <DescriptionAttribute("The restart interval of the JPEG page, i.e. the number of MCUs per entropy-coded segment.")> <CategoryAttribute("JPEG")> Public ReadOnly Property RestartInterval As System.Int32
[Description("The restart interval of the JPEG page, i.e. the number of MCUs per entropy-coded segment.")] [Category("JPEG")] public System.Int32 RestartInterval { get; }
[Description("The restart interval of the JPEG page, i.e. the number of MCUs per entropy-coded segment.")] [Category("JPEG")] public: __property System.Int32 get_RestartInterval();
[Description("The restart interval of the JPEG page, i.e. the number of MCUs per entropy-coded segment.")] [Category("JPEG")] public:
property System.Int32 RestartInterval { System.Int32 get(); }
Property Value
Возможные значения: 0 (интервал перезапуска не используется) или любое положительное значение (фактическое значение интервала перезапуска).