PdfToImageConversionInfo Class

Holds information about the result of a PDF to Image conversion. This object is populated after the conversion completes and is exposed via the ConversionInfo property of the PDF to Image converter.

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next.PdfProcessor (in Winnovative.Pdf.Next.PdfProcessor.dll) Version: 20.0.0
C#
public class PdfToImageConversionInfo
Inheritance
Object    PdfToImageConversionInfo

Constructors

PdfToImageConversionInfoInitializes a new instance of the PdfToImageConversionInfo class

Properties

PageCount Gets the number of PDF pages within the specified range that were converted to images

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also