←Select platform

ImageFormat Property

Summary
The LEADTOOLS image format that corresponds to the image data in the href.
Syntax
C#
VB
Objective-C
C++
Java
public RasterImageFormat ImageFormat { get; set; } 
Public Property ImageFormat As RasterImageFormat 
@property (nonatomic, assign) LTRasterImageFormat imageFormat 
public RasterImageFormat getImageFormat() 
public void setImageFormat(RasterImageFormat value) 
public: 
property RasterImageFormat ImageFormat { 
   RasterImageFormat get(); 
   void set (    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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.