Table of Contents

Struct PdfAnnotationBorder

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll
public readonly struct PdfAnnotationBorder
Inherited Members

Constructors

PdfAnnotationBorder(float, float, float)

public PdfAnnotationBorder(float hr, float vr, float width)

Parameters

hr float
vr float
width float

Properties

BorderWidth

public float BorderWidth { get; }

Property Value

float

HorizontalRadius

public float HorizontalRadius { get; }

Property Value

float

VerticalRadius

public float VerticalRadius { get; }

Property Value

float