VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Pbm Namespace / PbmFile Class
In This Topic
PbmFile Class Methods
In This Topic
For a list of all methods of this type, see PbmFile.
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Returns a value indicating whether stream contains PBM/PGM/PPM file.
Public MethodOverloaded. Packs (removes unused space) the image file and saves to specified stream. (Inherited from ImageFileBase<T>)
Public MethodOverloaded. Saves image file to the specified stream. Current source of the image file will not be changed. (Inherited from ImageFileBase<T>)
Public MethodOverloaded. Saves the image file to the specified stream and switches the image file to the specified stream. Previous source of the image file will be closed without save changes. (Inherited from ImageFileBase<T>)
Protected Methods
 NameDescription
Protected MethodOverloaded. Releases all resources used by this object. (Inherited from ImageFileBase<T>)
Protected MethodReleases unmanaged resources and performs other cleanup operations before the ImageFile<TPage,TPageCollection> is reclaimed by garbage collection. (Inherited from ImageFileBase<T>)
Protected MethodParses the PBM/PGM/PPM file.
See Also