@@ -373,14 +373,26 @@ namespace PDFViewerSample.Pages
373
373
public string viewPortWidth { get; set; }
374
374
public string viewPortHeight { get; set; }
375
375
public string tilecount { get; set; }
376
- public string isCompletePageSizeNotReceived { get; set; }
376
+ public bool isCompletePageSizeNotReceived { get; set; }
377
377
public string freeTextAnnotation { get; set; }
378
378
public string signatureData { get; set; }
379
379
public string fieldsData { get; set; }
380
- public string FormDesigner { get; set; }
380
+ public string formDesigner { get; set; }
381
381
public string inkSignatureData { get; set; }
382
+ public bool hideEmptyDigitalSignatureFields { get; set; }
383
+ public bool showDigitalSignatureAppearance { get; set; }
384
+ public bool digitalSignaturePresent { get; set; }
382
385
public string tileXCount { get; set; }
383
386
public string tileYCount { get; set; }
387
+ public string digitalSignaturePageList { get; set; }
388
+ public string annotationCollection { get; set; }
389
+ public string annotationsPageList { get; set; }
390
+ public string formFieldsPageList { get; set; }
391
+ public bool isAnnotationsExist { get; set; }
392
+ public bool isFormFieldAnnotationsExist { get; set; }
393
+ public string documentLiveCount { get; set; }
394
+ public string annotationDataFormat { get; set; }
395
+ public string importedData { get; set; }
384
396
public bool digitalSignaturePresent { get; set; }
385
397
}
386
398
{% endhighlight %}
0 commit comments