Class PdfImageOptions

PdfImageOptions class

Represents options for the PdfImage plugin.

public class PdfImageOptions : IPluginOptions

Properties

NameDescription
DataCollection { get; }Returns PdfImage plugin data collection.
virtual OperationName { get; }Returns operation name.

Methods

NameDescription
AddDataSource(IDataSource)Adds new data source to the PdfImage plugin data collection.

Remarks

The PdfImageOptions class contains base functions to add data (files, streams) representing input PDF documents. Please create PdfImageToJpegOptions or another inherited PdfImage option class instead of this.

See Also