Discuss this help topic in SecureBlackbox Forum

TElPDFFile Constructor

TElPDFFile     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Creates a new instance of TElPDFFile class. This topic is under development…

Declaration

[C#]
    TElPDFFile(System.IO.Stream aStream);

[VB.NET]
    Sub New(ByVal aStream As System.IO.Stream)

[Pascal]
    constructor Create( aStream : TStream);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElPDFFile();
    public TElPDFFile(TElStream aStream);

Parameters

  • aStream -

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum