CConverterProperties Class |
Namespace: ComPDF.PDFGeneration
public class CConverterProperties : IDisposable
The CConverterProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| CConverterProperties |
Initializes a new instance of the CConverterProperties class
| |
| CConverterProperties(CConverterProperties) |
Initializes a new instance of the CConverterProperties class by copying another instance
|
| Name | Description | |
|---|---|---|
| Dispose |
Releases the resources used by the CConverterProperties
| |
| GetBaseUri |
Gets the base URI for the conversion process
| |
| GetFontProvider |
Gets the font provider for the conversion process
| |
| GetPageSize |
Gets the page size for the PDF output
| |
| IsValid |
Checks if the converter properties object is valid
| |
| SetBaseUri |
Sets the base URI for the conversion process
| |
| SetFontProvider |
Sets the font provider for the conversion process
| |
| SetPageSize |
Sets the page size for the PDF output
|