Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

Format Property






Raster image format to use when saving the document.
Syntax
public RasterImageFormat Format {get; set;}
'Declaration
 
Public Property Format As RasterImageFormat
'Usage
 
Dim instance As SaveDocumentOptions
Dim value As RasterImageFormat
 
instance.Format = value
 
value = instance.Format
public RasterImageFormat getFormat()
public void setFormat(RasterImageFormat value)
            
public:
property RasterImageFormat Format {
   RasterImageFormat get();
   void set (    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

See Also

Reference

SaveDocumentOptions Class
SaveDocumentOptions Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features