PdfLoadedTextBoxField to PdfLoadedSignatureField,
PdfLoadedDateField to PdfLoadedTextBoxField.
Can loaded fields be changed with Syncfusion? If not, can I delete an old field and dynamically create a new field?
My use case:
I need to convert a PDF text box to a PDF signature box. I'm reading all fields and capturing the PDF text box. Once I have it, can I convert it to a Signature box? Or can I delete said Text Box from the PDF and create a new Signature Box through code? I can simply use the old box boundaries, so creating a new one should be easy if the ability exists.