←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly