FileOpenSource Class
Represents a file source for opening.
Inheritance Hierarchy
SystemObject
  Aspose.PSDSource
    Aspose.PSD.SourcesFileSource
      Aspose.PSD.SourcesFileOpenSource

Namespace: Aspose.PSD.Sources
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public sealed class FileOpenSource : FileSource

The FileOpenSource type exposes the following members.

Constructors
  NameDescription
Public methodFileOpenSource
Initializes a new instance of the FileOpenSource class.
Properties
  NameDescription
Public propertyFilePath
Gets the file path to open.
Public propertyIsTemporal
Gets a value indicating whether file will be temporal.
(Overrides FileSourceIsTemporal.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetStreamContainer
Gets the stream container.
(Overrides SourceGetStreamContainer.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also