コード例 #1
0
 protected override void PrepareConfiguration(PdfActivityConfiguration.Builder configuration)
 {
     // Turn off saving, so we have the clean original document every time the example is launched.
     configuration
     .AutosaveEnabled(false)
     .EnableFormEditing();
 }