Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgReference Class / InJpegFormat Property

In This Topic
    InJpegFormat Property
    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