THPDFAnnotBorderStyle

THPDFPage

 

Top  SetAnnotationBorderStyle  Contents

Specifies the /S value written into a PDF annotation /BS border style dictionary.

 

Delphi syntax:

THPDFAnnotBorderStyle = (absSolid, absDashed, absBeveled, absInset, absUnderline);

 

Values

absSolid writes /S /S, the default solid border.

absDashed writes /S /D and uses the dash array passed to SetAnnotationBorderStyle.

absBeveled writes /S /B and requires PDF 1.4 or later.

absInset writes /S /I and requires PDF 1.4 or later.

absUnderline writes /S /U and requires PDF 1.5 or later.

 

See also: SetAnnotationBorderStyle, PDF Filter Support