In This Topic
Gets or sets a value indicating whether the bitmap should be encoded in JPEG format (true) or in PNG format (false).
Syntax
'Declaration
Public Property InJpegFormat As System.Boolean
public System.bool InJpegFormat {get; set;}
See Also