Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

Pst Property (CodecsImageInfo)








Gets extra information about the image if the file format is PST.
Syntax
public CodecsPstImageInfo Pst {get;}
'Declaration
 
Public ReadOnly Property Pst As CodecsPstImageInfo
'Usage
 
Dim instance As CodecsImageInfo
Dim value As CodecsPstImageInfo
 
value = instance.Pst
public CodecsPstImageInfo Pst {get;}
public CodecsPstImageInfo getPst()
 get_Pst(); 
public:
property CodecsPstImageInfo^ Pst {
   CodecsPstImageInfo^ get();
}

Property Value

A CodecsPstImageInfo object that contains extra information about the image if the file format is PST.
Example
For an example, refer to CodecsImageInfo.
Requirements

Target Platforms

See Also

Reference

CodecsImageInfo Class
CodecsImageInfo Members

Error processing SSI file