예제 #1
0
        public override AnnObject Clone()
        {
            ZoneAnnotationObject obj = base.Clone() as ZoneAnnotationObject;

            obj._ocrPage   = _ocrPage;
            obj._zoneIndex = _zoneIndex;
            obj.CellPen    = CellPen != null?CellPen.Clone() as AnnStroke : null;

            return(obj);
        }
예제 #2
0
 public ZoneAnnotationObjectEditDesigner(IAnnAutomationControl automationControl, AnnContainer container, ZoneAnnotationObject zoneAnnotationObject)
     : base(automationControl, container, zoneAnnotationObject)
 {
 }