PdfImagesExtractionInfo Class

Holds information about the result of extracting images from a PDF. This object is populated after the conversion completes and is exposed via the ExtractionInfo property of the PDF Images Extractor.

Definition

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

Constructors

PdfImagesExtractionInfoInitializes a new instance of the PdfImagesExtractionInfo class

Properties

ImagesPerPage Gets the number of images extracted from each page within the specified range. The array order corresponds to the processing order of pages.
PageCount Gets the number of PDF pages within the specified range from which images were extracted

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