PdfMetamorphosisHeadersFootersInputFormat Enumeration |
Allows you to specify the input format for header and footer.
Namespace: SautinSoftAssembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2025.10.22
SyntaxPublic Enumeration InputFormat
Members| Member name | Value | Description |
|---|
| Docx | 0 |
Input DocX format
|
| Rtf | 1 |
Input Rtf format
|
| Html | 2 |
Input Html format
|
| Text | 3 |
Input Text format
|
| Doc | 4 |
Input Doc format
|
See Also