Class BlockExtractionResult
Result of block extraction operation in CSS parsing
Inheritance
System.Object
BlockExtractionResult
Namespace: IronPdf
Assembly: IronPdf.dll
Syntax
public class BlockExtractionResult : Object
Constructors
BlockExtractionResult()
Declaration
public BlockExtractionResult()
Properties
Content
The content inside the block (between braces)
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NextIndex
The next index to process after the block
Declaration
public int NextIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |