Class FileSource

Class FileSource

Namespace: Aspose.Imaging.Sources
Assembly: Aspose.Imaging.dll (25.7.0)

Represents a file source which is capable of files manipulation.

public abstract class FileSource : Source
{
    public string FileName { get; private set; }
    protected FileSource(string fileName)
    {
        FileName = fileName;
    }
}

Inheritance

object Source FileSource

Derived

FileCreateSource , FileOpenSource

Inherited Members

Source.GetStreamContainer() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

FileSource()

protected FileSource()
   {
   }

Properties

IsTemporal

Gets a value indicating whether file will be temporal.

public abstract bool IsTemporal
   {
      get;
   }

Property Value

bool

 English