Initializes a new Document
public Lines(string filename)
Public Sub New(ByVal filename As String)
public Lines(byte[] data)
Public Sub New(ByVal data As Byte())
Parameter | Description |
---|---|
filename | Specifies the PDF filename that is used to import the text lines. |
data | Specifies data of a PDF document that is used to import the text lines. |