Table of Contents

Class PdfInfo

Namespace
ImageMagick.Formats
Assembly
Magick.NET-Q8-AnyCPU.dll

The info of a ImageMagick.MagickFormat.Pdf file.

public sealed class PdfInfo
Inheritance
PdfInfo
Inherited Members

Properties

PageCount

Gets the page count of the file.

public int PageCount { get; }

Property Value

int

Methods

Create(FileInfo)

Creates info from a ImageMagick.MagickFormat.Pdf file.

public static PdfInfo Create(FileInfo file)

Parameters

file FileInfo

The pdf file to create the info from.

Returns

PdfInfo

The info of a ImageMagick.MagickFormat.Pdf file.

Create(FileInfo, string)

Creates info from a ImageMagick.MagickFormat.Pdf file.

public static PdfInfo Create(FileInfo file, string password)

Parameters

file FileInfo

The pdf file to create the info from.

password string

The password of the pdf file.

Returns

PdfInfo

The info of a ImageMagick.MagickFormat.Pdf file.

Create(string)

Creates info from a ImageMagick.MagickFormat.Pdf file.

public static PdfInfo Create(string fileName)

Parameters

fileName string

The pdf file to create the info from.

Returns

PdfInfo

The info of a ImageMagick.MagickFormat.Pdf file.

Create(string, string)

Creates info from a ImageMagick.MagickFormat.Pdf file.

public static PdfInfo Create(string fileName, string password)

Parameters

fileName string

The pdf file to create the info from.

password string

The password of the pdf file.

Returns

PdfInfo

The info of a ImageMagick.MagickFormat.Pdf file.