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); }
public ZoneAnnotationObjectEditDesigner(IAnnAutomationControl automationControl, AnnContainer container, ZoneAnnotationObject zoneAnnotationObject) : base(automationControl, container, zoneAnnotationObject) { }