Class ImageExtractor
Info
Represents Documentize.ImageExtractor plugin. Used to extract images from PDF documents.
[Obsolete("Please use PdfExtractor class. The class will be deleted soon.")]
public static class ImageExtractor
Inheritance
Inherited Members
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Methods
Process(ExtractImagesOptions)
Extract images from PDF document.
public static ResultContainer Process(ExtractImagesOptions options)
Parameters
options
ExtractImagesOptions: An options object containing instructions for the operation.
Returns
ResultContainer : An object containing the result of the operation.
Exceptions
If options not set.
Namespace: Documentize Assembly: Documentize.dll