Click or drag to resize

CPDFBates Methods

The CPDFBates type exposes the following members.

Methods
  NameDescription
Public methodClear
Removes the bates numbers.
(Overrides CPDFHeaderFooterClear.)
Public methodGetFontName
Gets the font name of the header & footer at the specified index.
(Inherited from CPDFHeaderFooter.)
Public methodGetFontSize
Gets the font size of the header & footer at the specified index.
(Inherited from CPDFHeaderFooter.)
Public methodGetMargin
Gets the margins of the header & footer.
(Inherited from CPDFHeaderFooter.)
Public methodGetPageOffset
Gets the start page number of the header & footer.
(Inherited from CPDFHeaderFooter.)
Public methodGetPages
Gets the page range of the header & footer by string, such as "0,3,5-7".
(Inherited from CPDFHeaderFooter.)
Public methodGetText
Gets the text of the header & footer at the specified index.
(Inherited from CPDFHeaderFooter.)
Public methodGetTextColor
Gets the font color of the header & footer at the specified index.
(Inherited from CPDFHeaderFooter.)
Public methodIsValid
Whether object is valid, false means the object resource is released, you cannot use the object to call any method.
(Inherited from CPDFHeaderFooter.)
Public methodRelease
Releases CPDFBates object resource.
(Overrides CPDFHeaderFooterRelease.)
Public methodSetFontName
Sets the font name of the header & footer at the specified index.
(Inherited from CPDFHeaderFooter.)
Public methodSetFontSize
Sets the font size of the header & footer at the specified index.
(Inherited from CPDFHeaderFooter.)
Public methodSetMargin
Sets the margins of the header & footer.
(Inherited from CPDFHeaderFooter.)
Public methodSetPageOffset
Sets the start page number of the header & footer.
(Inherited from CPDFHeaderFooter.)
Public methodSetPages
Gets the page range of the header & footer by string, such as "0,3,5-7".
(Inherited from CPDFHeaderFooter.)
Public methodSetText
Sets the text of the header & footer at the specified index.
(Inherited from CPDFHeaderFooter.)
Public methodSetTextColor
Sets the font color of the header & footer at the specified index.
(Inherited from CPDFHeaderFooter.)
Public methodUpdate
Updates the bates numbers.
(Overrides CPDFHeaderFooterUpdate.)
Top
See Also