Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > SaveDocumentOptions Class : Format Property |
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); }
If the value of Format is the default RasterImageFormat.Unknown, then the document will be saved using the format of the original document.
For an example, refer to Document.SaveToFile.