API Reference
Class
PdfPageBorder
Reusable page border rendered as a page decoration.
Inheritance
- Object
- PdfPageBorder
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
- Property PdfOptions.PageBorder
- Method PdfPageBorder.Clone
Accepted by parameters
- Method PdfDocument.PageBorder
- Method PdfPageCompose.PageBorder
Constructors
public PdfPageBorder() #Methods
Inherited Methods
Properties
public Double Width { get; set; } #Border stroke width in points.
public Double Inset { get; set; } #Distance from the page edge to the border path, in points.
public Double Opacity { get; set; } #Stroke opacity from 0 to 1. Defaults to 1.
public OfficeStrokeDashStyle DashStyle { get; set; } #Border dash style.