Initializes a new DocumentServer.PDF.Contents.Lines class.

Lines(String)

public Lines(string filename)
Public Sub New(ByVal filename As String)

Lines(Byte[])

public Lines(byte[] data)
Public Sub New(ByVal data As Byte())

Parameters

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.