Link Search Menu Expand Document

StamperGetImageSizeInPoints Method (Image)

Gets images size in document points.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public SizeF GetImageSizeInPoints(
	Image image
)

Parameters

image
Type: System.DrawingImage
Image object.

Return Value

Type: SizeF
Image size in document points (1/72").

Implements

IStamperGetImageSizeInPoints(Image)
See Also

Reference