Click or drag to resize

PdfLinkAppearance Class

Represents an appearance settings for a PdfLinkAnnotation.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.AnnotationsPdfAppearance
    SautinSoft.Pdf.AnnotationsPdfLinkAppearance

Namespace: SautinSoft.Pdf.Annotations
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public sealed class PdfLinkAppearance : PdfAppearance

The PdfLinkAppearance type exposes the following members.

Properties
 NameDescription
Public propertyBorderColor Gets or sets the border color of the link annotation's appearance.
Public propertyBorderDashPattern Gets or sets the border dash pattern of the link annotation's appearance.
Public propertyBorderStyle Gets or sets the border style of the link annotation's appearance.
Public propertyBorderWidth Gets or sets the border thickness of the link annotation's appearance.
Top
See Also