PdfLayoutHTMLResult
HTMLViewBounds Property
|
The actual bounds of the html view. It may larger than Bounds
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public RectangleF HTMLViewBounds { get; }
Public ReadOnly Property HTMLViewBounds As RectangleF
Get
public:
property RectangleF HTMLViewBounds {
RectangleF get ();
}
member HTMLViewBounds : RectangleF with get
Property Value
Type:
RectangleF
See Also