Click or drag to resize

HeadersFooters Methods

The PdfMetamorphosisHeadersFooters type exposes the following members.

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