We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ede0b6 + b1d81ec commit 2f0d439Copy full SHA for 2f0d439
src/BoldSign/Model/DocumentFormFields.cs
@@ -219,6 +219,18 @@ public partial class DocumentFormFields
219
[DataMember(Name = "hyperlinkText", EmitDefaultValue = false)]
220
public string HyperlinkText { get; set; }
221
222
+ /// <summary>
223
+ /// Gets or sets the bounds.
224
+ /// </summary>
225
+ [DataMember(Name = "bounds", EmitDefaultValue = false)]
226
+ public Rectangle Bounds { get; set; }
227
+
228
229
+ /// Gets or sets the pageNumber.
230
231
+ [DataMember(Name = "pageNumber", EmitDefaultValue = false)]
232
+ public int PageNumber { get; set; }
233
234
/// <summary>
235
/// Returns the JSON string presentation of the object
236
/// </summary>
0 commit comments