Click or drag to resize

CConverterProperties Class

Provides configuration properties for HTML to PDF conversion
Inheritance Hierarchy
SystemObject
  ComPDF.PDFGenerationCConverterProperties

Namespace:  ComPDF.PDFGeneration
Assembly:  ComPDFGeneration (in ComPDFGeneration.dll) Version: 1.0.0+340720369ae98791af8dd72f985ee6534adad5e3
Syntax
C#
public class CConverterProperties : IDisposable

The CConverterProperties type exposes the following members.

Constructors
  NameDescription
Public methodCConverterProperties
Initializes a new instance of the CConverterProperties class
Public methodCConverterProperties(CConverterProperties)
Initializes a new instance of the CConverterProperties class by copying another instance
Top
Methods
  NameDescription
Public methodDispose
Releases the resources used by the CConverterProperties
Public methodGetBaseUri
Gets the base URI for the conversion process
Public methodGetFontProvider
Gets the font provider for the conversion process
Public methodGetPageSize
Gets the page size for the PDF output
Public methodIsValid
Checks if the converter properties object is valid
Public methodSetBaseUri
Sets the base URI for the conversion process
Public methodSetFontProvider
Sets the font provider for the conversion process
Public methodSetPageSize
Sets the page size for the PDF output
Top
See Also