Click or drag to resize

PdfContentMarkProperties Class

Represents a property list associated with a PdfContentMark.

Use GetDictionary(PdfObject) on the PdfContentMarkProperties to get the underlying PdfDictionary that contains the actual properties.

Inheritance Hierarchy
SystemObject
  SautinSoft.PdfPdfObject
    SautinSoft.Pdf.ContentPdfContentResource
      SautinSoft.Pdf.Content.MarkedPdfContentMarkProperties

Namespace: SautinSoft.Pdf.Content.Marked
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public sealed class PdfContentMarkProperties : PdfContentResource
See Also