| | |
| | | } |
| | | } |
| | | |
| | | public void ClearImageSet(string imgSetId) |
| | | { |
| | | IImageSet set = _imageSetList[imgSetId]; |
| | | if (set != null) |
| | | ClearImageSet(set); |
| | | } |
| | | //public void ClearImageSet(string imgSetId) |
| | | //{ |
| | | // IImageSet set = _imageSetList[imgSetId]; |
| | | // if (set != null) |
| | | // ClearImageSet(set); |
| | | //} |
| | | |
| | | private void ImageSet_OnImageSetTimeout(ImageSet set) |
| | | { |
| | | ClearImageSet(set); |
| | | } |
| | | //private void ImageSet_OnImageSetTimeout(ImageSet set) |
| | | //{ |
| | | // ClearImageSet(set); |
| | | //} |
| | | |
| | | //private void ClearImageSetPeriodically() |
| | | //{ |
| | |
| | | [Category("图片保存")] |
| | | [Description("是否保存原始图片")] |
| | | [DisplayName("保存原始图片")] |
| | | public bool IsSaveOriginImage { get; set; } = true; |
| | | public bool IsSaveOriginImage { get; set; } = false; |
| | | |
| | | [Category("图片保存")] |
| | | [Description("图片保存格式")] |