PDFix SDK  9.0.0
Loading...
Searching...
No Matches
_PdfAnnotAppearance Struct Reference

PdfAnnotAppearance. More...

#include <pdfix.h>

Public Member Functions

 _PdfAnnotAppearance ()

Public Attributes

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

Detailed Description

PdfAnnotAppearance.

Annot appearance.

Constructor & Destructor Documentation

◆ _PdfAnnotAppearance()

_PdfAnnotAppearance::_PdfAnnotAppearance ( )
inline

Member Data Documentation

◆ border

PdfBorderStyle _PdfAnnotAppearance::border

The border style.

◆ border_color

PdfRGB _PdfAnnotAppearance::border_color

The border color.

◆ border_width

float _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

float _PdfAnnotAppearance::font_size

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

◆ opacity

float _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.