Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
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
Property Value
Type: StringExamples
C#
Section section = new Section(){ Class = "article highlighted" };
See Also