Click or drag to resize

PdfBorderEffect Class

Represents a border effects.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.WrappersPdfWrapper
    Patagames.Pdf.Net.WrappersPdfBorderEffect

Namespace: Patagames.Pdf.Net.Wrappers
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfBorderEffect : PdfWrapper

The PdfBorderEffect type exposes the following members.

Constructors
 NameDescription
Public methodPdfBorderEffect Creates new instance of PdfBorderEffect.
Public methodPdfBorderEffect(PdfTypeBase) Creates a new instance of PdfBorderEffect and initialize it with specified dictionary
Top
Properties
 NameDescription
Public propertyEffect Gets or sets the border effect to apply.
Public propertyIntensity A number describing the intensity of the effect. Suggested values range from 0 to 2. Default value: 0.
Top
Remarks
Beginning with PDF 1.5, some annotations (PdfFigureAnnotation, PdfCircleAnnotation, and PdfPolygonAnnotation) can have a PdfBorderEffect that specifies an effect to be applied to the border of the annotations. Beginning with PDF 1.6, the PdfFreeTextAnnotation can also have a PdfBorderEffect.
See Also