<< Click to Display Table of Contents >> nFree |
[.NET and Java Only]
Instructs VPE to compute the coordinate depending on the content of the object (does only work for text, rich text and images).
See "Dynamic Positioning" in the Programmer's Manual for details.
property VpeCoord VPE.nFree
read; runtime only
Remarks:
This property is not available for the ActiveX / VCL.
Use the constant VFREE with the ActiveX / VCL.
Example:
Doc.Picture(1, 1, Doc.nFree, Doc.nFree, "test.bmp")
Instructs VPE to compute the dimensions for the right and bottom coordinate depending on the size of the image named "test.bmp“.