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

Syntax

C#
public void SetMKIconFit(
	PdfName scale,
	PdfName scalingType,
	float leftoverLeft,
	float leftoverBottom,
	bool fitInBounds
)
Visual Basic
Public Sub SetMKIconFit ( _
	scale As PdfName, _
	scalingType As PdfName, _
	leftoverLeft As Single, _
	leftoverBottom As Single, _
	fitInBounds As Boolean _
)
Visual C++
public:
void SetMKIconFit(
	PdfName^ scale, 
	PdfName^ scalingType, 
	float leftoverLeft, 
	float leftoverBottom, 
	bool fitInBounds
)

Parameters

scale
Type: iTextSharp.text.pdf..::..PdfName
scalingType
Type: iTextSharp.text.pdf..::..PdfName
leftoverLeft
Type: System..::..Single
leftoverBottom
Type: System..::..Single
fitInBounds
Type: System..::..Boolean

See Also