Skip to content

Commit 6348c03

Browse files
pavel-alayiText-CI
authored andcommitted
Update javadoc for PdfFormField#drawButton()
Autoported commit. Original commit hash: [6a55637d1]
1 parent a03b55e commit 6348c03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

itext/itext.forms/itext/forms/fields/PdfFormField.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3905,8 +3905,8 @@ protected internal virtual PdfFormXObject DrawPushButtonAppearance(float width,
39053905
/// <see cref="iText.Kernel.Pdf.Canvas.PdfCanvas"/>
39063906
/// of the page to draw on.
39073907
/// </param>
3908-
/// <param name="x">the x coordinate of the lower left corner of the button rectangle</param>
3909-
/// <param name="y">the y coordinate of the lower left corner of the button rectangle</param>
3908+
/// <param name="x">will be ignored, according to spec it shall be 0</param>
3909+
/// <param name="y">will be ignored, according to spec it shall be 0</param>
39103910
/// <param name="width">the width of the button</param>
39113911
/// <param name="height">the width of the button</param>
39123912
/// <param name="text">the text to display on the button</param>

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8b5d9497c4ebf8ac62a14344b7a1acafaf960356
1+
6a55637d164803cefe92a179be8a4ba89ace0fc8

0 commit comments

Comments
 (0)