API Reference
Class
PdfJavaScriptEditResult
Edited PDF bytes with exact named-script readback and rewrite-preservation proof.
Inheritance
- Object
- PdfJavaScriptEditResult
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
Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public PdfMutationPlan MutationPlan { get; } #Shared full-rewrite mutation plan.
public PdfRewritePreservationReport PreservationReport { get; } #Proof that structures outside the document JavaScript name tree survived the rewrite.
public IReadOnlyList<PdfJavaScript> JavaScripts { get; } #Named scripts read back from the saved artifact.
public IReadOnlyList<String> Operations { get; } #Stable operation descriptions applied in transaction order.