Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public override Rectangle BarcodeSize { get; }
Visual Basic
Public Overrides ReadOnly Property BarcodeSize As Rectangle
	Get
Visual C++
public:
virtual property Rectangle^ BarcodeSize {
	Rectangle^ get () override;
}

See Also