Click or drag to resize

PdfMetamorphosisHeadersFooters Class

Class to create a custom header and footer in produced PDF document in any of formats: Rtf, Html or Text.
Inheritance Hierarchy
SystemObject
  SautinSoftPdfMetamorphosisHeadersFooters

Namespace: SautinSoft
Assembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2024.1.12
Syntax
public class HeadersFooters

The PdfMetamorphosisHeadersFooters type exposes the following members.

Constructors
 NameDescription
Public methodPdfMetamorphosisHeadersFooters Creates a new instance of the PdfMetamorphosisHeadersFooters class.
Top
Properties
 NameDescription
Public propertyY Margin from top for header or margin from bottom for footer. Default value: 12.7 mm or 0.5 inches.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodCode exampleFromFile(String) Set header/footer from local RTF file
Public methodCode exampleFromFile(String, PdfMetamorphosisHeadersFootersInputFormat) Set header/footer from any DOCX, DOC, RTF, HTML or Text file.
Public methodCode exampleFromHtmlURL Set header/footer from HTML URL.
Public methodCode exampleFromStream Set header/footer from any DOCX, DOC, RTF, HTML or Text stream.
Public methodCode exampleFromString Set header/footer from any RTF, HTML or Text string. DOCX and DOC can't be loaded from the string object. For DOCX and DOC format use FromStream(Stream, PdfMetamorphosisHeadersFootersInputFormat).
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also