SoundSetContentRect Method |
Sets the inner bounding rectangle of the Square.
(Optional; PDF 1.5)
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetContentRect(
Rect cr
)
Public Sub SetContentRect (
cr As Rect
)
public:
virtual void SetContentRect(
[InAttribute] Rect^ cr
) sealed
function SetContentRect(cr);
Parameters
- cr
- Type: pdftron.PDFRect
the new content rect
Return Value
Type:
cr A difference between the inner bounding rectangle and a positon rectangle
may occur in situations where a border effect (described by BE)
causes the size of the Rect to increase beyond that of the square or Square
Implements
IMarkupSetContentRect(Rect)See Also