ContentElementClass Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets classes list this element belongs to, so it will match selectors for this class. Use space to separate classes from each other.

Namespace:  Apitron.PDF.Kit.FlowLayout
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public string Class { get; set; }

Property Value

Type: String
Examples

C#
Section section = new Section(){ Class = "article highlighted" };
See Also

Reference