 | PdfPushButtonControlCaptionPosition Property |
Gets or sets a code indicating where to position the text of the widget annotation’s caption relative to its icon
Namespace: Patagames.Pdf.Net.AcroFormsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic TextPositions CaptionPosition { get; set; }
Public Property CaptionPosition As TextPositions
Get
Set
public:
property TextPositions CaptionPosition {
TextPositions get ();
void set (TextPositions value);
}
member CaptionPosition : TextPositions with get, set
/** @property */
public TextPositions get_CaptionPosition()
/** @property */
public void set_CaptionPosition(TextPositions value)
function get_CaptionPosition();
function set_CaptionPosition(value);
Property Value
TextPositions
See Also