FileSource Class
Represents a file source which is capable of files manipulation.
Inheritance Hierarchy
SystemObject
  Aspose.PSDSource
    Aspose.PSD.SourcesFileSource
      Aspose.PSD.SourcesFileCreateSource
      Aspose.PSD.SourcesFileOpenSource

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

The FileSource type exposes the following members.

Constructors
  NameDescription
Protected methodFileSource
Initializes a new instance of the FileSource class
Properties
  NameDescription
Public propertyIsTemporal
Gets a value indicating whether file will be temporal.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetStreamContainer
Gets the stream container.
(Inherited from Source.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also