Skip to content

AnnotationBarcode::Caption property

Indicates the caption of the barcode.

string Caption { get; set; }
string getCaption() throws IGRException;
void setCaption(string value) throws IGRException;
@property
def Caption(self) -> string:
@property.setter
def Caption(self, value: string)
std::wstring getCaption() const;
void setCaption(const std::wstring& value);
[propget] HRESULT Caption([out, retval] BSTR *result);
[propput] HRESULT Caption([in] BSTR value);

Return Value

string