TextStreams Property

Pageflex Document Action API

Pageflex Document Action API TextStreams Property
Namespaces > Pageflex.Scripting > Document > TextStreams
Gets all text streams in the document.
Syntax
C# Visual Basic Managed C++
public Range[] TextStreams { get; }
Public ReadOnly Property TextStreams As Range()
public:
array<Range^>^ TextStreams {
	array<Range^>^ get ();
}
Remarks
Returns an array of Range objects representing all text streams in the document.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)