GetFormatAsync Method (original) (raw)
Summary
Gets the format of the image in a stream.
Syntax
- (void)formatOfStreamAsync:(LTLeadStream *)stream
completion:(void (^)(LTRasterImageFormat format, NSError * __nullable error))completion
Parameters
stream
An ILeadStream containing the image data to query.
Return Value
The format of the image.
Leadtools.Codecs Assembly
CompactFile(Stream,Stream,int,int,bool,int,int,bool,int,CodecsSavePageMode,bool,bool) Method
CompactFile(Stream,Stream,int,int,bool,long,int,bool,long,CodecsSavePageMode,bool,bool,bool) Method
CompactFile(string,string,int,int,bool,int,int,bool,int,CodecsSavePageMode,bool,bool) Method
CompactFile(string,string,int,int,bool,long,int,bool,long,CodecsSavePageMode,bool,bool,bool) Method