Click or drag to resize

PdfContentElementType Enumeration

Represents types of the PdfContentElements.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntax
public enum PdfContentElementType
Members
Member nameValueDescription
Text0 Content is a PdfTextContent.
Path1 Content is a PdfPathContent.
Image2 Content is a PdfImageContent.
Form3 Content is a PdfFormContent.
Shading4 Content is a PdfShadingContent.
Group5 Content is a PdfContentGroup.
Mark6 Content is a PdfContentMark.
See Also