Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

RasterImageDataFormat Field








Get the name of the data format used when copying a raster image to the clipboard
Syntax
[DebuggerBrowsableAttribute(DebuggerBrowsableState.Collapsed | 
    DebuggerBrowsableState.RootHidden)]
public static readonly string RasterImageDataFormat
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Collapsed Or  _
    DebuggerBrowsableState.RootHidden)>
Public Shared ReadOnly RasterImageDataFormat As String
'Usage
 
Dim value As String
 
value = RasterImage.RasterImageDataFormat
[DebuggerBrowsableAttribute(DebuggerBrowsableState.Collapsed | 
    DebuggerBrowsableState.RootHidden)]
public static readonly string RasterImageDataFormat
DebuggerBrowsableAttribute(DebuggerBrowsableState.Collapsed | 
    DebuggerBrowsableState.RootHidden)
 var RasterImageDataFormat 
[DebuggerBrowsableAttribute(DebuggerBrowsableState.Collapsed | 
    DebuggerBrowsableState.RootHidden)]
public:
static readonly String^ RasterImageDataFormat

Field Value

A string containing the data format used when copying a raster image to the clipboard.
Remarks

This property returns the following: "Leadtools.RasterImage MAJOR_VERSION.MINOR_VERSION". For example, for LEADTOOLS v19.0, this property will return "Leadtools.RasterImage 19.0".

Requirements

Target Platforms

See Also

Reference

RasterImage Class
RasterImage Members

Error processing SSI file