PdfFileInfo.PdfFileInfo

PdfFileInfo()

Initializes a new instance of the Aspose.Pdf.Facades.PdfFileInfo class with default values.

public PdfFileInfo()

See Also


PdfFileInfo(Stream)

Initializes a new instance of the Aspose.Pdf.Facades.PdfFileInfo class.

public PdfFileInfo(Stream inputStream)
ParameterTypeDescription
inputStreamStreamStream where input file is placed.

See Also


PdfFileInfo(Stream, string)

Initializes a new instance of the Aspose.Pdf.Facades.PdfFileInfo class.

public PdfFileInfo(Stream inputStream, string password)
ParameterTypeDescription
inputStreamStreamStream where input file is placed.
passwordStringPassword for access to file.

See Also


PdfFileInfo(string)

Initializes a new instance of the Aspose.Pdf.Facades.PdfFileInfo class.

public PdfFileInfo(string inputFile)
ParameterTypeDescription
inputFileStringName of file containing input file.

See Also


PdfFileInfo(string, string)

Initializes a new instance of the Aspose.Pdf.Facades.PdfFileInfo class.

public PdfFileInfo(string inputFile, string password)
ParameterTypeDescription
inputFileStringName of file containing input file.
passwordStringPassword for access to file.

See Also


PdfFileInfo(Document)

Initializes new PdfFileInfo object on base of the document.

public PdfFileInfo(Document document)
ParameterTypeDescription
documentDocumentPdf document.

See Also