API Reference

Class

PdfPageBorder

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

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

Accepted by parameters

Constructors

Methods

public PdfPageBorder Clone() #
Returns: PdfPageBorder

Creates a deep copy of this page border.

Properties

public PdfColor Color { get; set; } #

Border stroke color.

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.