Class ExtractPropertiesOptions

Info

Represents PDF Properties Extraction Options for the Documentize.PdfExtractor plugin.

public sealed class ExtractPropertiesOptions : OptionsWithInput, IHaveInput

Inheritance

objectOptionsWithInputExtractPropertiesOptions

Implements

Inherited Members

Constructors

ExtractPropertiesOptions()

Initializes a new instance of the Documentize.ExtractPropertiesOptions object with default options.

public ExtractPropertiesOptions()

ExtractPropertiesOptions(IDataSource)

Initializes a new instance of the Documentize.ExtractPropertiesOptions object with the specified data.

public ExtractPropertiesOptions(IDataSource data)

Parameters

ExtractPropertiesOptions(string)

Initializes a new instance of the Documentize.ExtractPropertiesOptions object with the specified file.

public ExtractPropertiesOptions(string file)

Parameters

  • file string: The input file path.

ExtractPropertiesOptions(Stream)

Initializes a new instance of the Documentize.ExtractPropertiesOptions object with the specified stream.

public ExtractPropertiesOptions(Stream stream)

Parameters

  • stream Stream: The input stream.

Properties

Input

Gets or sets Input Data.

public override IDataSource Input { get; set; }

Property Value

IDataSource

Namespace: Documentize Assembly: Documentize.dll

 English