EVO PDF Logo

PdfDocumentOptions Methods

EVO PDF Client for .NET Core

The PdfDocumentOptions type exposes the following members.

Methods

  NameDescription
Public methodAddEndDocument(Byte)
Adds a PDF document from the given stream after the result of HTML to PDF conversion. The header and footer are not applied to the PDF documents added by this method. If you want to enable the header and footer in the added PDF document use the AddEndDocument(Byte, Boolean, Boolean, Boolean)
Public methodAddEndDocument(String)
Adds a PDF document from the given file after the result of HTML to PDF conversion. The header and footer are not applied to the PDF documents added by this method. If you want to enable the header and footer in the added PDF document use the AddEndDocument(String, Boolean, Boolean, Boolean)
Public methodAddEndDocument(Byte, Boolean, Boolean, Boolean)
Adds a PDF document from the given stream after the result of HTML to PDF conversion
Public methodAddEndDocument(String, Boolean, Boolean, Boolean)
Adds a PDF document from the given file after the result of HTML to PDF conversion
Public methodAddStartDocument(Byte)
Adds a PDF document from the given stream before the result of HTML to PDF conversion. The header and footer are not applied to the PDF documents added by this method. If you want to enable the header and footer in the added PDF document use the AddStartDocument(Byte, Boolean, Boolean, Boolean)
Public methodAddStartDocument(String)
Adds a PDF document from the given file before the result of HTML to PDF conversion. The header and footer are not applied to the PDF documents added by this method. If you want to enable the header and footer in the added PDF document use the AddStartDocument(String, Boolean, Boolean, Boolean)
Public methodAddStartDocument(Byte, Boolean, Boolean, Boolean)
Adds a PDF document from the given stream before the result of HTML to PDF conversion
Public methodAddStartDocument(String, Boolean, Boolean, Boolean)
Adds a PDF document from the given file before the result of HTML to PDF conversion
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference