Class BlockSearchResult
Result of block search operation in CSS parsing
Inheritance
System.Object
BlockSearchResult
Namespace: IronPdf
Assembly: IronPdf.dll
Syntax
public class BlockSearchResult : Object
Constructors
BlockSearchResult()
Declaration
public BlockSearchResult()
Properties
Found
Whether a block was found
Declaration
public bool Found { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
OpenBraceIndex
Index of the opening brace if found
Declaration
public int OpenBraceIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |