|
@@ -163,6 +163,7 @@ namespace ComPDFKit.Tool
|
|
|
}
|
|
|
|
|
|
TextBox textui = new TextBox();
|
|
|
+ textui.Name = "PdfViewerTextBox";
|
|
|
CTextAttribute textAttribute = textWidget.GetTextAttribute();
|
|
|
byte transparency = textWidget.GetTransparency();
|
|
|
textui.FontSize = textAttribute.FontSize* annotData.CurrentZoom/72D*96D;
|