ILineSetShowCaption Method |
Sets the option of whether to show caption.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax void SetShowCaption(
bool showCaption
)
Sub SetShowCaption (
showCaption As Boolean
)
void SetShowCaption(
[InAttribute] bool showCaption
)
function SetShowCaption(showCaption);
Parameters
- showCaption
- Type: SystemBoolean
A bool value indicating whether the caption will be shown.
Remarks If true, the text specified by the Contents or RCentries shall be replicated as a
caption in the appearance of the line. The text shall be rendered in a manner
appropriate to the content, taking into account factors such as writing direction.
Default value: false.
See Also