Discuss this help topic in SecureBlackbox Forum
Specifies the number of external streams in the document.
Declaration
[C#]
int ExternalStreams;
[VB.NET]
Property ExternalStreams As Integer
[Pascal]
property ExternalStreams : integer;
[C++]
int32_t get_ExternalStreams();
void set_ExternalStreams(int32_t Value);
[PHP]
integer get_ExternalStreams()
void set_ExternalStreams(integer $Value)
[Java]
int getExternalStreams();
void setExternalStreams(int Value);
Description
Use this property to specify the number of external streams in the document.
Discuss this help topic in SecureBlackbox Forum