←Select platform

Format Property

Summary

Raster image format to use when saving the document.

Syntax
C#
VB
C++
Java
public RasterImageFormat Format { get; set; } 
Public Property Format() As RasterImageFormat 
   Get 
   Set 
public:  
   property RasterImageFormat^ Format 
   { 
      RasterImageFormat^ get() 
      void set(RasterImageFormat^ value) 
   } 
public RasterImageFormat getFormat() 
public void setFormat(RasterImageFormat value) 

Property Value

The raster image format to use when saving the document. Default value is RasterImageFormat.Unknown.

Remarks

If the value of Format is the default RasterImageFormat.Unknown, then the document will be saved using the format of the original document.

Example

For an example, refer to LEADDocument.SaveToFile.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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