API Reference
Class
PdfLogicalVisualBounds
Immutable bounds in top-left visual page coordinates.
Inheritance
- Object
- PdfLogicalVisualBounds
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfLogicalTable.VisualBounds
- Property PdfLogicalTextBlock.VisualBounds
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Double Left { get; } #Left edge in visual PDF points.
public Double Top { get; } #Top edge in visual PDF points.
public Double Right { get; } #Right edge in visual PDF points.
public Double Bottom { get; } #Bottom edge in visual PDF points.
public Double Width { get; } #Visual width in PDF points.
public Double Height { get; } #Visual height in PDF points.