←Select platform

ImageType Property

Summary

Format to use when saving images in the document

Syntax

C#
VB
C++
public RasterImageFormat ImageType { get; set; } 
Public Property ImageType() As RasterImageFormat 
   Get 
   Set 
public:  
   property RasterImageFormat^ ImageType 
   { 
      RasterImageFormat^ get() 
      void set(RasterImageFormat^ value) 
   } 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly