Skip to content

AnnotationAppearanceStream::Encoding property

String describing the content encoding. This must be "Base64" unless the content of the stream is a SVG in which case this value may also be "none". For .NET this value is always "Base64".

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

Return Value

string