PdfBarcode
GetSize Method
|
Internal method which calculates the size of the barcode which is going to rendered.
Namespace:
Spire.Pdf.Barcode
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected virtual SizeF GetSize()
Protected Overridable Function GetSize As SizeF
protected:
virtual SizeF GetSize()
abstract GetSize : unit -> SizeF
override GetSize : unit -> SizeF
Return Value
Type:
SizeF
See Also