CFF2Image Methods |
The CFF2Image type exposes the following members.
Name | Description | |
---|---|---|
CacheData |
Caches data
(Overrides DataStreamSupporterCacheData.) | |
CanSave |
Determines whether image can be saved to the specified file format represented by the passed save options.
(Inherited from Image.) | |
Dispose |
Disposes the current instance.
(Inherited from DisposableObject.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetAttributeValue |
Gets attribute value.
(Inherited from Image.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
LoadMessageFile(Stream) |
Loads a message file from the specified stream.
| |
LoadMessageFile(String) |
Loads a message file from the specified path.
| |
Save |
Saves the image data to the underlying stream.
(Inherited from Image.) | |
Save(Stream) |
Saves the object's data to the specified stream.
(Inherited from DataStreamSupporter.) | |
Save(String) |
Saves the object's data to the specified file location.
(Inherited from DataStreamSupporter.) | |
Save(String, Boolean) |
Saves the object's data to the specified file location.
(Inherited from DataStreamSupporter.) | |
Save(Stream, ImageOptionsBase) |
Saves the image's data to the specified stream in the specified file format according to save options.
(Inherited from Image.) | |
Save(String, ImageOptionsBase) |
Saves the object's data to the specified file location in the specified file format according to save options.
(Inherited from Image.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateSize |
Update size
|