Visual Basic (Declaration) | |
---|---|
Public Property Format As RasterImageFormat |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsLoadOptions Dim value As RasterImageFormat instance.Format = value value = instance.Format |
C# | |
---|---|
public RasterImageFormat Format {get; set;} |
C++/CLI | |
---|---|
public: property RasterImageFormat Format { RasterImageFormat get(); void set ( RasterImageFormat value); } |
Property Value
A Leadtools.RasterImageFormat enumeration value that specifies the load format.For an example, refer to CodecsOptions.
By default, the value of this property is set to false. This means that the RasterCodecs object should try and recognize the format of the image its trying to load itself. If you know the format of the file, pass it to this member prior to calling RasterCodecs.Load or RasterCodecs.LoadAsync, this will skip the format recognation process and speed up the load operation.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)