Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / PngOptions Class
Properties

In This Topic
    PngOptions Class Members
    In This Topic

    The following tables list the members exposed by PngOptions.

    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.ImageOptions)
    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.ImageOptions)
    Public PropertyGets or sets the scale factor. Defaults to 1. (Inherited from GrapeCity.Documents.Html.ImageOptions)
    Top
    See Also