VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Vmf Namespace / VmfDocumentEditorSource Class / EmptyDocxDocumentStream Property
Syntax Requirements SeeAlso
In This Topic
    EmptyDocxDocumentStream Property (VmfDocumentEditorSource)
    In This Topic
    Gets or sets the stream that contains empty DOCX document.
    Syntax
    'Declaration
    
    Public Shared Property EmptyDocxDocumentStream As System.IO.Stream
    
    
    public static System.IO.Stream EmptyDocxDocumentStream { get; set; }
    
    
    public: __property static System.IO.Stream* get_EmptyDocxDocumentStream();
    public: __property static void set_EmptyDocxDocumentStream(
    System.IO.Stream* value
    );
    public:
    static property System.IO.Stream^ EmptyDocxDocumentStream { System.IO.Stream^ get(); void set(System.IO.Stream^ value); }
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also