C# Class Imgix_Dotnet.Operations.PDF.PDFExtensions

ImgixImage extension methods that sets PDF related parameters on the Url.
Exibir arquivo Open project: estei/Imgix-Dotnet

Public Methods

Method Description
Page ( this image, int value ) : ImgixImage

The page from a PDF file to create an image from

Method Details

Page() public static method

The page from a PDF file to create an image from
public static Page ( this image, int value ) : ImgixImage
image this The image to transform
value int /// Default: 1 ///
return ImgixImage