THPDFAnnotBorderStyle

THPDFPage

 

Горе  SetAnnotationBorderStyle  Съдържание

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 записва /S /D и използва dash array-а, подаден към 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