[]
The base class for PngOptions, JpegOptions, and WebpOptions.
public abstract class ImageOptions
protected ImageOptions()
If set, captures the specified rectangular region only (in pixels).
public RectangleF? Clip { get; set; }
Gets or sets a value indicating whether the full HTML page should be captured. Defaults to false.
public bool FullPage { get; set; }
Gets or sets the scale factor. Defaults to 1.
public float Scale { get; set; }