PreserveAccessibility

PdfJoinOptions.PreserveAccessibility property

Indicates if PDF accessibility (tagged PDF structure) should be preserved during merge. When true, the merged document will have auto-generated accessibility tags for PDF/UA compliance. Default is false.

public bool PreserveAccessibility { get; set; }

See Also