Click or drag to resize

CPDFBackground Class

Adds and removes the background.
Inheritance Hierarchy
SystemObject
  ComPDFKit.PDFDocumentCPDFBackground

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public class CPDFBackground

The CPDFBackground type exposes the following members.

Methods
  NameDescription
Public methodClear
Removes the background.
Public methodGetBackgroundType
Gets the type of the background.
Public methodGetColor
Gets the color of the background.
Public methodGetHorizalign
Gets the horizontal alignment of the background.
Public methodGetImage
Gets the image of the background.
Public methodGetOpacity
Gets the opacity of the background.
Public methodGetPages
Gets the page range of the background by string, such as "0,3,5-7".
Public methodGetRotation
Gets the rotation angle of the background.
Public methodGetScale
Gets the scale of the background.
Public methodGetVertalign
Gets the vertical alignment of the background.
Public methodGetXOffset
Gets the horizontal offset of the background.
Public methodGetYOffset
Gets the vertical offset of the background.
Public methodIsAllowsPrint
Gets whether to support the background to be printed.
Public methodIsAllowsView
Gets whether to support the background to be displayed.
Public methodIsValid
Whether object is valid, false means the object resource is released, you cannot use the object to call any method.
Public methodRelease
Releases Background object resource.
Public methodSetAllowsPrint
Sets whether to support the background to be printed.
Public methodSetAllowsView
Sets whether to support the background to be displayed.
Public methodSetBackgroundType
Sets the type of the background.
Public methodSetColor
Sets the color of the background.
Public methodSetHorizalign
Sets the horizontal alignment of the background.
Public methodSetImage(String, String, C_Scale_Type)
Public methodSetImage(Byte, Int32, Int32, C_Scale_Type)
Gets the image of the background.
Public methodSetOpacity
Sets the opacity of the background.
Public methodSetPages
Sets the page range of the background by string, such as "0,3,5-7".
Public methodSetRotation
Sets the rotation angle of the background.
Public methodSetScale
Sets the scale of the background.
Public methodSetVertalign
Sets the vertical alignment of the background.
Public methodSetXOffset
Sets the horizontal offset of the background.
Public methodSetYOffset
Sets the vertical offset of the background.
Public methodUpdate
Updates the background.
Top
See Also