API Reference
Enum
HtmlConversionProfile
Shared OfficeIMO HTML conversion profile understood by gallery contracts, diagnostics, scoring, and adapters.
Inheritance
- Enum
- HtmlConversionProfile
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
- Property HtmlCapabilityGalleryManifest.Profile
- Property HtmlConversionDocumentOptions.Profile
- Field HtmlConversionProfile.Document
- Field HtmlConversionProfile.HighFidelityPrint
- Field HtmlConversionProfile.PositionedReview
- Field HtmlConversionProfile.Semantic
- Property HtmlConversionProfileContract.Profile
- Property HtmlMarketScenario.Profile
- Property OfficeHtmlConversionProfileContract.SharedProfile
Accepted by parameters
- Constructor HtmlCapabilityGalleryManifest.HtmlCapabilityGalleryManifest
- Constructor HtmlCapabilityGalleryManifest.HtmlCapabilityGalleryManifest
- Constructor HtmlCapabilityGalleryManifest.HtmlCapabilityGalleryManifest
- Constructor HtmlConversionProfileContract.HtmlConversionProfileContract
- Method HtmlConversionProfileContracts.Get
- Constructor OfficeHtmlConversionProfileContract.OfficeHtmlConversionProfileContract
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 HtmlConversionProfile Semantic #Prioritizes clean semantic document output over browser-perfect visual reproduction.
Value:
0public const HtmlConversionProfile Document #Balances semantic output, document styling, tables, forms, images, and diagnostics for common office documents.
Value:
1public const HtmlConversionProfile HighFidelityPrint #Captures the high-fidelity print/PDF ambition where layout preservation is more important than editability.
Value:
2public const HtmlConversionProfile PositionedReview #Preserves page or source geometry for review HTML where inspection matters more than editable reconstruction.
Value:
3