Stream Property

Summary

Gets the memory stream that includes information to retrieve the metafile.

Syntax
C#
VB
C++
public MemoryStream Stream { get; } 
  
Public ReadOnly Property Stream As MemoryStream 
public: 
property MemoryStream^ Stream { 
   MemoryStream^ get(); 
} 

Property Value

Memory stream that includes information to retrieve the metafile.

Example

Refer to Specifications example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly