|
@@ -324,6 +324,7 @@ namespace ComPDFKit.Controls.PDFControl
|
|
|
case CPDFAnnotationType.Polygon:
|
|
|
{
|
|
|
CPDFPolygonData polygonData = pdfAnnotationData as CPDFPolygonData;
|
|
|
+ pdfViewerControl.PDFViewTool.GetDefaultSettingParam().IsCreateSquarePolygonMeasure = false;
|
|
|
annotHandlerEventArgs = new PolygonMeasureParam()
|
|
|
{
|
|
|
CurrentType = C_ANNOTATION_TYPE.C_ANNOTATION_POLYGON
|