PdfImagesExtractorExtractionInfo Property

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

Definition

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

Property Value

PdfImagesExtractionInfo

See Also