From 58493dff9629a168168b63fa0c08f7b2a9cb1ad0 Mon Sep 17 00:00:00 2001 From: patrick.xu <patrick.xu@broconcentric.com> Date: 星期三, 02 六月 2021 18:02:51 +0800 Subject: [PATCH] 1. 添加高度OK图片保存开关和动作 --- OPCConfigStruct.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/OPCConfigStruct.cs b/OPCConfigStruct.cs index e6b705a..2c17c53 100644 --- a/OPCConfigStruct.cs +++ b/OPCConfigStruct.cs @@ -207,6 +207,7 @@ #region add by Patrick public bool IsSaveSizeOKImage; + public bool IsSaveHeightOKImage; public float MaxLength; public float MaxWidth; public float MinLength; -- Gitblit v1.8.0