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