PdfUnidimensionalBarcode
GetSize Method
|
Returns the size of the barcode.
Namespace:
Spire.Pdf.Barcode
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected override SizeF GetSize()
Protected Overrides Function GetSize As SizeF
protected:
virtual SizeF GetSize() override
abstract GetSize : unit -> SizeF
override GetSize : unit -> SizeF
Return Value
Type:
SizeF
The Size.
See Also