API Reference
Enum
PdfExportProfile
Common high-level PDF export profiles that converters can map to their own detailed options.
Inheritance
- Enum
- PdfExportProfile
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const PdfExportProfile Faithful #Preserve authored document content and visual features where the converter supports them.
Value:
0public const PdfExportProfile Lightweight #Prefer smaller, simpler output by omitting heavyweight visual content where supported.
Value:
1public const PdfExportProfile PrintReady #Prefer page setup, repeated headers/footers, and pagination choices intended for printing.
Value:
2public const PdfExportProfile TextOnly #Prefer text and table content over decorative media, charts, and backgrounds where supported.
Value:
3