API Reference
Class
PdfHorizontalRuleStyle
Reusable horizontal rule appearance and rhythm style.
Inheritance
- Object
- PdfHorizontalRuleStyle
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method PdfHorizontalRuleStyle.Clone
- Property PdfOptions.DefaultHorizontalRuleStyle
- Property PdfTheme.HorizontalRuleStyle
Accepted by parameters
- Method PdfDocument.DefaultHorizontalRuleStyle
- Method PdfDocument.HR
- Method PdfElementCompose.HR
- Method PdfItemCompose.HR
- Method PdfPageCompose.DefaultHorizontalRuleStyle
- Method PdfRowColumnCompose.HR
Constructors
public PdfHorizontalRuleStyle() #Methods
public PdfHorizontalRuleStyle Clone() #Returns:
PdfHorizontalRuleStyleCreates a copy of this horizontal rule style.
Inherited Methods
Properties
public Double Thickness { get; set; } #Rule thickness in points.
public PdfColor Color { get; set; } #Rule stroke color.
public Double SpacingBefore { get; set; } #Vertical space before the rule in the surrounding document flow, in points.
public Double SpacingAfter { get; set; } #Vertical space after the rule in the surrounding document flow, in points.
public Boolean KeepWithNext { get; set; } #When true, the rule moves to the next page when it would otherwise be separated from the following flow block.