Skip to content

AnnotationBarcode::Margin property

Indicates the margin of the barcode.

int Margin { get; set; }
int getMargin() throws IGRException;
void setMargin(int value) throws IGRException;
@property
def Margin(self) -> int:
@property.setter
def Margin(self, value: int)
int getMargin() const;
void setMargin(int value);
[propget] HRESULT Margin([out, retval] int *result);
[propput] HRESULT Margin([in] int value);

Return Value

int