ILineGetShowCaption Method |
Gets the option of whether to show caption.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Function GetShowCaption As Boolean
function GetShowCaption();
Return Value
Type:
Boolean 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