Class
ContentSegment

Base class for all content segments that can be added to PDF documents

Definition

Namespace:Telerik.Documents.AI.Tools.Fixed.Core.Models.ContentSegments

Assembly:Telerik.Documents.AI.Tools.Fixed.Core.dll

Syntax:

cs-api-definition
public abstract class ContentSegment

Inheritance: objectContentSegment

Derived Classes: FormattedTextSegmentImageSegmentPageBreakSegmentParagraphBreakSegmentSectionBreakSegmentTableSegment

Constructors

ContentSegment()

Declaration

cs-api-definition
protected ContentSegment()

Properties

SegmentType

The type of content segment

Declaration

cs-api-definition
public abstract string SegmentType { get; }

Property Value

string