Document Solutions for PDF
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / JpegSettings Class
Properties

In This Topic
    JpegSettings Class Members
    In This Topic

    The following tables list the members exposed by JpegSettings.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyIf set, captures the specified rectangular region only (in pixels).

    Note that this property is ignored if FullPage is true.

    (Inherited from GrapeCity.Documents.Html.ImageSettings)
    Public PropertyGets or sets the compression quality (from 0 to 100). Defaults to 80.  
    Public PropertyGets or sets the background color to be used if the HTML page doesn't specify one. Defaults to White color. (Inherited from GrapeCity.Documents.Html.ImageSettings)
    Public PropertyGets or sets a value indicating whether the full HTML page should be captured. Defaults to false.

    Note that if this property is true, Clip is ignored.

    (Inherited from GrapeCity.Documents.Html.ImageSettings)
    Public PropertyGets or sets the scale factor. Defaults to 1.0. (Inherited from GrapeCity.Documents.Html.ImageSettings)
    Public PropertyGets or sets the virtual window size, in pixels. Defaults to 800 x 600.

    Note that if FullPage is true, this property defines the minimal window size.

    (Inherited from GrapeCity.Documents.Html.ImageSettings)
    Top
    See Also