←Select platform

Format Property

Summary

Raster image format to use when saving the document.

Syntax

C#
VB
Java
C++
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 Document.SaveToFile.

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.Documents Assembly