Class ExtractPropertiesOptions
Info
Represents PDF Properties Extraction Options for the Documentize.PdfExtractor plugin.
public sealed class ExtractPropertiesOptions : OptionsWithInput, IHaveInputInheritance
object ← OptionsWithInput ← ExtractPropertiesOptions
Implements
Inherited Members
- OptionsWithInput.Input,
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
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
dataIDataSource: The input data.
ExtractPropertiesOptions(string)
Initializes a new instance of the Documentize.ExtractPropertiesOptions object with the specified file.
public ExtractPropertiesOptions(string file)Parameters
filestring: The input file path.
ExtractPropertiesOptions(Stream)
Initializes a new instance of the Documentize.ExtractPropertiesOptions object with the specified stream.
public ExtractPropertiesOptions(Stream stream)Parameters
streamStream: The input stream.
Properties
Input
Gets or sets Input Data.
public override IDataSource Input { get; set; }Property Value
Namespace: Documentize Assembly: Documentize.dll