←Select platform

ImageFormat Property

Summary

The LEADTOOLS image format that corresponds to the image data in the href.

Syntax

C#
VB
Java
Objective-C
C++
public RasterImageFormat ImageFormat { get; set; } 
Public Property ImageFormat As Leadtools.RasterImageFormat 
@property (nonatomic, assign) LTRasterImageFormat imageFormat 
public RasterImageFormat getImageFormat() 
public void setImageFormat(RasterImageFormat value) 
             
public: 
property Leadtools.RasterImageFormat ImageFormat { 
   Leadtools.RasterImageFormat get(); 
   void set (    Leadtools.RasterImageFormat ); 
} 

Property Value

The LEADTOOLS image format that corresponds to the image data in Href if it contains a valid data URI; otherwise, RasterImageFormat.Unknown if Href does not contain a valid data URI or if the optional value is missing.

Remarks

Refer to Parse for more information.

Example

For an example, refer to SvgDocument.EnumerateElements

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly