[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.HtmlToImageFormat.FullPage

FullPage Property

FullPage

Gets or sets a value indicating whether the full HTML page should be captured.

Note that if this property is true, MaxWindowWidth, MaxWindowHeight and Clip are ignored.

Conversely, if this property is false, WindowSize is ignored.

Declaration
public bool FullPage { get; set; }
Public Property FullPage As Boolean
See Also