Class JpegSettings
- Namespace
- GrapeCity.Documents.Html
- Assembly
- GcDocs.Html.dll
Represents output image settings for rendering HTML to JPEG.
[Obsolete("Use GcHtmlBrowser with HtmlPage and JpegOptions instead.")]
public class JpegSettings : ImageSettings
- Inheritance
-
object
JpegSettings
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Constructors
JpegSettings()
Properties
CompressionQuality
Gets or sets the compression quality (from 0 to 100). Defaults to 80.
public int CompressionQuality { get; set; }
Property Value
- int