ContentsAppender
Overview
ContentsAppender is a class in Aspose.PDF FOSS for .NET.
Buffers operators to prepend to / append to a page’s content stream.
This class provides 3 methods for working with ContentsAppender objects in .NET programs.
Available methods include: AppendToBegin, AppendToEnd, UpdateData.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
AppendToBegin(op: Aspose.Pdf.Operator) | Queue an operator to be inserted before the existing page content. |
AppendToEnd(op: Aspose.Pdf.Operator) | Queue an operator to be appended after the existing page content. |
UpdateData() | Apply the queued begin/end operators to the page’s content stream. |