@@ -373,28 +373,16 @@ 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 bool isCompletePageSizeNotReceived { get; set; }
376
+ public string 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; }
385
382
public string tileXCount { get; set; }
386
383
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
+ public bool digitalSignaturePresent { get; set; }
396
385
}
397
- }
398
386
{% endhighlight %}
399
387
{% endtabs %}
400
388
0 commit comments