Class ExtractPropertiesOptions

Info

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

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(IData)

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

public ExtractPropertiesOptions(IData inputData)

Parameters

  • inputData IData: The input data.

ExtractPropertiesOptions(string)

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

public ExtractPropertiesOptions(string inputFile)

Parameters

  • inputFile string: The input file path.

ExtractPropertiesOptions(Stream)

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

public ExtractPropertiesOptions(Stream inputStream)

Parameters

  • inputStream Stream: The input stream.

Properties

Input

Gets or sets Input Data.

public override IData Input { get; set; }

Property Value

IData

Namespace: Documentize Assembly: Documentize.dll

 English