Class CssDeclaration
Represents a parsed CSS declaration with its components
Inheritance
System.Object
CssDeclaration
Namespace: IronPdf
Assembly: IronPdf.dll
Syntax
public class CssDeclaration : Object
Constructors
CssDeclaration()
Declaration
public CssDeclaration()
Properties
IsImportant
Whether the declaration has the !important flag
Declaration
public bool IsImportant { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Property
The CSS property name
Declaration
public string Property { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
The CSS property value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |