Click or drag to resize

PdfContentMarkType Enumeration

Represents types of the PdfContentMarks.

Namespace: SautinSoft.Pdf.Content.Marked
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.2.19
Syntax
public enum PdfContentMarkType
Members
Member nameValueDescription
Start0 The mark represents the start of the marked-content sequence.
End1 The mark represents the end of the marked-content sequence.
Point2 The mark represents single marked-content point.
See Also