RedactorRedaction_bbox Property |
[Missing <summary> documentation for "P:pdftron.PDF.RedactorRedaction._bbox"]
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Rect _bbox { get; set; }
Public Property _bbox As Rect
Get
Set
public:
virtual property Rect^ _bbox {
Rect^ get () sealed;
void set (Rect^ value) sealed;
}
function get__bbox();
function set__bbox(value);
Property Value
Type:
RectSee Also