VintaSoft Imaging .NET SDK 15.0: Документация для .NET разработчика
Vintasoft.Imaging.Office.Vmf Namespace / VmfDocumentEditorSource Class / DocumentResourcesStream Property
Синтаксис Требования Смотрите также
В этом разделе
    DocumentResourcesStream Свойство (VmfDocumentEditorSource)
    В этом разделе
    Возвращает или задает поток, содержащий DOCX документ с ресурсами.
    Синтаксис
    'Declaration
    
    Public Shared Property DocumentResourcesStream As System.IO.Stream
    
    
    public static System.IO.Stream DocumentResourcesStream { get; set; }
    
    
    public: __property static System.IO.Stream* get_DocumentResourcesStream();
    public: __property static void set_DocumentResourcesStream(
    System.IO.Stream* value
    );
    public:
    static property System.IO.Stream^ DocumentResourcesStream { System.IO.Stream^ get(); void set(System.IO.Stream^ value); }
    Требования

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

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