←Select platform

ImageType Property

Summary

Format to use when saving images in the document

Syntax
C#
Objective-C
C++/CLI
Python
public RasterImageFormat ImageType { get; set; } 
@property (nonatomic, assign) LTRasterImageFormat imageType; 
public:  
   property RasterImageFormat^ ImageType 
   { 
      RasterImageFormat^ get() 
      void set(RasterImageFormat^ value) 
   } 
ImageType # get and set (HtmlDocumentOptions) 

Property Value

Format to use when saving images in the document. Default value is RasterImageFormat.Png.

Remarks

The following formats are supported by the document writer. Setting this value to any other option will result in an error:

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

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