|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetFillColor () |
| Get fill color. More... | |
| def | GetStrokeColor () |
| Get stroke color. More... | |
| def | IsEmpty () |
| Check whether current object is empty or not. More... | |
| def | SetFillColor (color) |
| Set fill color. More... | |
| def | SetStrokeColor (color) |
| Set stroke color. More... | |
This class represents PDF color state.
| def fsdk.ColorState.GetFillColor | ( | ) |
Get fill color.
| def fsdk.ColorState.GetStrokeColor | ( | ) |
Get stroke color.
| def fsdk.ColorState.IsEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
| def fsdk.ColorState.SetFillColor | ( | color | ) |
Set fill color.
| [in] | color | A color to be set as fill color. |
| def fsdk.ColorState.SetStrokeColor | ( | color | ) |
Set stroke color.
| [in] | color | A color to be set as stroke color. |