Class GetFieldNamesOptions
Info
Represents options for Get Field Names in document by Documentize.PdfForm component.
public class GetFieldNamesOptions : OptionsWithInput, IHaveInputInheritance
object ← OptionsWithInput ← GetFieldNamesOptions
Implements
Inherited Members
- OptionsWithInput.input,
- OptionsWithInput.Input,
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
GetFieldNamesOptions(string)
Constructor for options with input Path to file.
public GetFieldNamesOptions(string path)Parameters
pathstring: Input Path to file.
GetFieldNamesOptions(Stream)
Constructor for options with input Stream.
public GetFieldNamesOptions(Stream stream)Parameters
streamStream: Input Stream.
Properties
Input
Gets or sets Input Data.
public override IData Input { get; set; }Property Value
Namespace: Documentize Assembly: Documentize.dll