Skip to content

Commit 2f0d439

Browse files
Merge pull request #22 from boldsign/v-4.7.2
v4.7.2 is released
2 parents 4ede0b6 + b1d81ec commit 2f0d439

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/BoldSign/Model/DocumentFormFields.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,18 @@ public partial class DocumentFormFields
219219
[DataMember(Name = "hyperlinkText", EmitDefaultValue = false)]
220220
public string HyperlinkText { get; set; }
221221

222+
/// <summary>
223+
/// Gets or sets the bounds.
224+
/// </summary>
225+
[DataMember(Name = "bounds", EmitDefaultValue = false)]
226+
public Rectangle Bounds { get; set; }
227+
228+
/// <summary>
229+
/// Gets or sets the pageNumber.
230+
/// </summary>
231+
[DataMember(Name = "pageNumber", EmitDefaultValue = false)]
232+
public int PageNumber { get; set; }
233+
222234
/// <summary>
223235
/// Returns the JSON string presentation of the object
224236
/// </summary>

0 commit comments

Comments
 (0)