CPDFBackground Methods |
The CPDFBackground type exposes the following members.
Name | Description | |
---|---|---|
Clear |
Removes the background.
| |
GetBackgroundType |
Gets the type of the background.
| |
GetColor |
Gets the color of the background.
| |
GetHorizalign |
Gets the horizontal alignment of the background.
| |
GetImage |
Gets the image of the background.
| |
GetOpacity |
Gets the opacity of the background.
| |
GetPages |
Gets the page range of the background by string, such as "0,3,5-7".
| |
GetRotation |
Gets the rotation angle of the background.
| |
GetScale |
Gets the scale of the background.
| |
GetVertalign |
Gets the vertical alignment of the background.
| |
GetXOffset |
Gets the horizontal offset of the background.
| |
GetYOffset |
Gets the vertical offset of the background.
| |
IsAllowsPrint |
Gets whether to support the background to be printed.
| |
IsAllowsView |
Gets whether to support the background to be displayed.
| |
IsValid |
Whether object is valid, false means the object resource is released, you cannot use the object to call any method.
| |
Release |
Releases Background object resource.
| |
SetAllowsPrint |
Sets whether to support the background to be printed.
| |
SetAllowsView |
Sets whether to support the background to be displayed.
| |
SetBackgroundType |
Sets the type of the background.
| |
SetColor |
Sets the color of the background.
| |
SetHorizalign |
Sets the horizontal alignment of the background.
| |
SetImage(String, String, C_Scale_Type) | ||
SetImage(Byte, Int32, Int32, C_Scale_Type) |
Gets the image of the background.
| |
SetOpacity |
Sets the opacity of the background.
| |
SetPages |
Sets the page range of the background by string, such as "0,3,5-7".
| |
SetRotation |
Sets the rotation angle of the background.
| |
SetScale |
Sets the scale of the background.
| |
SetVertalign |
Sets the vertical alignment of the background.
| |
SetXOffset |
Sets the horizontal offset of the background.
| |
SetYOffset |
Sets the vertical offset of the background.
| |
Update |
Updates the background.
|