Draws a picture on the current page into a given bounding rectangle.
Code Block |
---|
Object.DrawPicture(tcPic, tnLeft, tnTop, tnWidth, tnHeight,
tnAdjType, tnRotate
) |
Code Block | ||
---|---|---|
| ||
Object.DrawPicture(tcPic, tnLeft, tnTop, tnWidth, tnHeight, tnAdjType, tnRotate [, tnRotationPoint [, lcLinkName [, lcLinkHref ]]] ) |
Code Block | ||
---|---|---|
| ||
Object.DrawPicture(tcPic, tnLeft, tnTop, tnWidth, tnHeight, tnAdjType, tnRotate [, tnRotationPoint [, lcLinkName [, lcLinkHref [, lcmyk_obsolete [, lneg [, tcMask ]]]]]] ) |
Code Block | ||
---|---|---|
| ||
Object.DrawPicture(tcPic, tnLeft, tnTop, tnWidth, tnHeight, tnAdjType, tnRotate [, tnRotationPoint [, lcLinkName [, lcLinkHref [, lcmyk_obsolete [, lneg [, tcMask [, lcSMaskImage [, lcMaskImage [, liPagePicture ]]]]]]]]] ) |
Code Block | ||
---|---|---|
| ||
Object.DrawPicture(tcPic, tnLeft, tnTop, tnWidth, tnHeight, tnAdjType, tnRotate [, tnRotationPoint [, lcLinkName [, lcLinkHref [, lcmyk_obsolete [, lneg [, tcMask [, lcSMaskImage [, lcMaskImage [, liPagePicture [, tcTooltip, ]]]]]]]]]] ) |
Code Block | ||
---|---|---|
| ||
Object.DrawPicture(tcPic, tnLeft, tnTop, tnWidth, tnHeight, tnAdjType, tnRotate [, tnRotationPoint [, lcLinkName [, lcLinkHref [, lcmyk_obsolete [, lneg [, tcMask [, lcSMaskImage [, lcMaskImage [, liPagePicture [, tcTooltip, [tnRotationXOffset [, tnRotationYOffset]]]]]]]]]]]] ) |
Parameters
tcPic
The picture file name
...
tnRotate
The picture rotation angle in degrees. The picture will be rotated counterclockwise. Optional, default value = 0 (since XFRX 15.7).
tnRotationPoint
The point within the rectangle around which the text is rotated. The allowed values are 0..8, optional, default value = 0 (left, top). Please see the picture on the right for the point positions (since XFRX 15.7).positions.
tcLinkName
If this parameter is filled, the text will be a named target of a hyperlink. (see tcLinkRef parameter) (since XFRX 15.7).
tcLinkRef
If this parameter is filled, the text will be a hyperlink. It will navigate to a target with tcLinkRef name (since XFRX 15.7) name.
tlcmyk_obsolete
Obsolete parameter.
lNeg
If vaue is .T., then image source is in negative colors.
tcmask
Mask color
lcSMaskImage
External soft mask image (since XFRX 19.0).image.
lcMaskImage
External mask image (since XFRX 21.0).image.
liPagePicture
Page picture - for TIFF image (since XFRX 21.0)image.
tcTooltip
The tooltip displayed when hovering mouse over this image. (since XFRX 21.0)
tnRotationXOffset
Rotation X Offset in foxels from the left top corner. (since XFRX 21.1)
tnRotationYOffset
Rotation Y Offset in foxels from the left top corner. (since XFRX 21.1)
Remarks
Applies To: PDFL#INIT
...