VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Office.OpenXml Namespace / HtmlConverterSettings Class / DocumentFormat Property
Синтаксис Требования Смотрите также
В этом разделе
    DocumentFormat Свойство (HtmlConverterSettings)
    В этом разделе
    Возвращает или задает формат HTML-документа.
    Синтаксис
    'Declaration
    
    Public Property DocumentFormat As HtmlDocumentFormat
    
    
    public HtmlDocumentFormat DocumentFormat { get; set; }
    
    
    public: __property HtmlDocumentFormat get_DocumentFormat();
    public: __property void set_DocumentFormat(
    HtmlDocumentFormat value
    );
    public:
    property HtmlDocumentFormat DocumentFormat { HtmlDocumentFormat get(); void set(HtmlDocumentFormat value); }

    Property Value

    Значение по умолчанию - Vintasoft.Imaging.Office.OpenXml.HtmlDocumentFormat.HtmlDocument.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также