API Reference
Class
PdfAcroFormEditResult
Result and proof for a transactional AcroForm edit.
Inheritance
- Object
- PdfAcroFormEditResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method PdfDocumentForms.Edit
Methods
Inherited Methods
Properties
public PdfMutationPlan MutationPlan { get; } #Shared mutation plan.
public PdfRewritePreservationReport PreservationReport { get; } #Non-form preservation proof.
public IReadOnlyList<PdfFormField> Fields { get; } #Fields read back from the saved artifact.
public IReadOnlyList<String> CalculationOrder { get; } #Fully qualified field names read back from AcroForm /CO in order.
public IReadOnlyList<String> Operations { get; } #Stable operation descriptions applied in transaction order.