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
Methods
Create(FileInfo)
Creates info from a ImageMagick.MagickFormat.Pdf file.
public static PdfInfo Create(FileInfo file)
Parameters
file
FileInfoThe 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
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
stringThe 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
Returns
- PdfInfo
The info of a ImageMagick.MagickFormat.Pdf file.