←Select platform

HasStream Property

Summary

Indicates that the document has a valid stream containing the data of the original document.

Syntax

C#
VB
Java
C++
public bool HasStream { get; } 
Public ReadOnly Property HasStream() As Boolean 
   Get 
public:  
   property bool HasStream 
   { 
      bool get() 
   } 
public boolean hasStream(); 

Property Value

true if the document has a valid stream containing the data of the original document; otherwise; false.

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.Documents Assembly