[]
        
(Showing Draft Content)

GrapeCity.Documents.Html.ImageOptions

Class ImageOptions

Namespace
GrapeCity.Documents.Html
Assembly
GcDocs.Html.dll

The base class for PngOptions, JpegOptions, and WebpOptions.

public abstract class ImageOptions
Inheritance
object
ImageOptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

ImageOptions()

protected ImageOptions()

Properties

Clip

If set, captures the specified rectangular region only (in pixels).

Note that this property is ignored if FullPage is true.

public RectangleF? Clip { get; set; }

Property Value

System.Drawing.RectangleF?

FullPage

Gets 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.

public bool FullPage { get; set; }

Property Value

bool
See Also

Scale

Gets or sets the scale factor. Defaults to 1.

public float Scale { get; set; }

Property Value

float