AnnotationBarcode::Content property¶
Indicates the content of the barcode.
string Content { get; set; }
string getContent() throws IGRException;
void setContent(string value) throws IGRException;
@property
def Content(self) -> string:
@property.setter
def Content(self, value: string)
std::wstring getContent() const;
void setContent(const std::wstring& value);
[propget] HRESULT Content([out, retval] BSTR *result);
[propput] HRESULT Content([in] BSTR value);
Return Value¶
string