Click or drag to resize

PdfDrawingSurfaceEndMarkedContent Method

Deontes the end of a stream of PDF content marked via BeginMarkedContent(String).

Namespace:  Atalasoft.PdfDoc.Generating.Rendering
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public abstract void EndMarkedContent()
Remarks
Most code will never need to use this method directly. For access at a higher level, use the PdfMarkedContent object which can be used in any PdfDrawingList and emits both the begin marked content operator as well as the matching end marked content operator in a PDF stream.
See Also