![]() |
PDFix SDK
7.2.0
|
PdfAnnotAppearance. More...
#include <pdfix.h>
Public Attributes | |
PdfRGB | fill_color |
PdfFillType | fill_type |
PdfRGB | border_color |
float | border_width |
PdfBorderStyle | border |
float | opacity |
float | font_size |
PdfTextAlignment | text_align |
PdfAnnotAppearance.
Annot appearance.
PdfBorderStyle _PdfAnnotAppearance::border |
The border style.
PdfRGB _PdfAnnotAppearance::border_color |
The border color.
float _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.
float _PdfAnnotAppearance::font_size |
The default appearance font size to be used in formatting the text.
float _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.