PdfImagesExtractorExtractionInfo Property

Gets information about the last PDF images extraction. Populated after extraction completes successfully, otherwise it is null

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next.PdfProcessor (in Winnovative.Pdf.Next.PdfProcessor.dll) Version: 20.0.0
C#
public PdfImagesExtractionInfo ExtractionInfo { get; }

Property Value

PdfImagesExtractionInfo

See Also