PDFix SDK  6.5.0
_PdfAnnotAppearance Struct Reference

PdfAnnotAppearance. More...

Public Attributes

PdfRGB fill_color
 
PdfFillType fill_type
 
PdfRGB border_color
 
double border_width
 
PdfBorderStyle border
 
double opacity
 
double font_size
 
PdfTextAlignment text_align
 

Detailed Description

PdfAnnotAppearance.

Annot appearance.

Member Data Documentation

◆ border

PdfBorderStyle _PdfAnnotAppearance::border

The border style.

◆ border_color

PdfRGB _PdfAnnotAppearance::border_color

The border color.

◆ border_width

double _PdfAnnotAppearance::border_width

The border width in points. If this value is 0, no border is drawn. Default value: 1.

◆ fill_color

PdfRGB _PdfAnnotAppearance::fill_color

The fill color.

◆ fill_type

PdfFillType _PdfAnnotAppearance::fill_type

The fill type.

◆ font_size

double _PdfAnnotAppearance::font_size

The default appearance font size to be used in formatting the text.

◆ opacity

double _PdfAnnotAppearance::opacity

The constant opacity value to be used in painting the annotation.

◆ text_align

PdfTextAlignment _PdfAnnotAppearance::text_align

The text alignment. Valid only for Widget annotations.