PolyLineGetShowCaption Method |
Gets the option of whether to show caption.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool GetShowCaption()
Public Function GetShowCaption As Boolean
public:
virtual bool GetShowCaption() sealed
function GetShowCaption();
Return Value
Type:
Boolean A bool value indicating whether the caption will be shown.
Implements
ILineGetShowCaptionRemarks 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