Style Constructor

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the Style class.

Style - is a set of properties that define ContentElement’s appearance, very similar to CSS they help to tune the look of the element by employing internal styling system based on selectors.

Selector – is a rule that defines which elements should be styled with the given set of properties, it consists of a rule itself that looks very similar to CSS notation and a property set. See StyleManager help for more information on supported selectors.

All content elements have the same set of properties forming style, that can be set either directly or by using style selectors. A direct setting affects implicit style for the element and while selectors can affect multiple elements at once making it feasible to lessen the work needed to design a document.

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

public Style()
See Also

Reference