SetSize Method (Int32)

Office Open XML

Set the size of the image in percent from the orginal size Note that resizing columns / rows after using this function will effect the size of the picture

Namespace:  OfficeOpenXml.Drawing
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public override void SetSize(
	int Percent
)
Visual Basic (Declaration)
Public Overrides Sub SetSize ( _
	Percent As Integer _
)
Visual C++
public:
virtual void SetSize(
	int Percent
) override

Parameters

Percent
Type: System..::.Int32
Percent

See Also