API Reference
Class
PdfAttachmentEditResult
Edited PDF bytes with attachment and preservation proof.
Inheritance
- Object
- PdfAttachmentEditResult
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
Properties
public PdfMutationPlan MutationPlan { get; } #Shared full-rewrite mutation plan.
public PdfRewritePreservationReport PreservationReport { get; } #Proof that non-attachment structures survived the rewrite.
public IReadOnlyList<PdfAttachmentValidation> Validations { get; } #Attachment payload, checksum, and metadata validations.
public Boolean IsValid { get; } #True when every requested attachment passed readback validation.