![]() |
PDFix SDK
6.5.0
|
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 |
PdfAnnotAppearance.
Annot appearance.
| PdfBorderStyle _PdfAnnotAppearance::border |
The border style.
| PdfRGB _PdfAnnotAppearance::border_color |
The border color.
| double _PdfAnnotAppearance::border_width |
The border width in points. If this value is 0, no border is drawn. Default value: 1.
| PdfRGB _PdfAnnotAppearance::fill_color |
The fill color.
| PdfFillType _PdfAnnotAppearance::fill_type |
The fill type.
| double _PdfAnnotAppearance::font_size |
The default appearance font size to be used in formatting the text.
| double _PdfAnnotAppearance::opacity |
The constant opacity value to be used in painting the annotation.
| PdfTextAlignment _PdfAnnotAppearance::text_align |
The text alignment. Valid only for Widget annotations.