Class to represent default appearance data. More...
Public Member Functions | |
DefaultAppearance (uint32 flags, Font^ font, float32 fontsize, uint32 textcolor, Matrix^ matrix) | |
Constructor to initialize a new instance of class PDF::DefaultAppearance with specific values. | |
Properties | |
uint32 | Flags |
Flags of default appearance. Please refer to enumeration PDF::DefaultAppearanceFlags and this can be one or combination of its values. More... | |
Font^ | Font |
Font used for default appearance. More... | |
float32 | FontSize |
Font size used for default appearance. More... | |
uint32 | TextColor |
Text color used for default appearance. Format: 0xAARRGGBB. More... | |
Matrix^ | TextMatrix |
Text matrix used for default appearance. More... | |
Class to represent default appearance data.
uint32 Foxit::PDF::DefaultAppearance::Flags |
Flags of default appearance. Please refer to enumeration PDF::DefaultAppearanceFlags and this can be one or combination of its values.
This is used to indicate which properties of PDF::DefaultAppearance are meaningful.
Font^ Foxit::PDF::DefaultAppearance::Font |
Font used for default appearance.
This is meaning for only when PDF::DefaultAppearance contains DefaultAppearanceFlags::Font.
float32 Foxit::PDF::DefaultAppearance::FontSize |
Font size used for default appearance.
This is meaning for only when PDF::DefaultAppearance contains DefaultAppearanceFlags::Font.
uint32 Foxit::PDF::DefaultAppearance::TextColor |
Text color used for default appearance. Format: 0xAARRGGBB.
This is meaning for only when PDF::DefaultAppearance contains DefaultAppearanceFlags::TextColor.
Matrix^ Foxit::PDF::DefaultAppearance::TextMatrix |
Text matrix used for default appearance.
This is meaning for only when PDF::DefaultAppearance contains DefaultAppearanceFlags::TextMatrix.