Table of Contents

Class ReadOpenRasterFile.Request

Namespace
Olve.OpenRaster
Assembly
Olve.OpenRaster.dll

Represents a request to read an OpenRaster file.

public record ReadOpenRasterFile.Request : IEquatable<ReadOpenRasterFile.Request>
Inheritance
ReadOpenRasterFile.Request
Implements
Inherited Members

Constructors

Request(string)

Represents a request to read an OpenRaster file.

public Request(string FilePath)

Parameters

FilePath string

The absolute or relative path to the OpenRaster (.ora) file.

Properties

FilePath

The absolute or relative path to the OpenRaster (.ora) file.

public string FilePath { get; init; }

Property Value

string