Gets or sets the size of the picture.

Namespace: Spire.Doc.Reporting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public SizeF PictureSize { get; set; }
Public Property PictureSize As SizeF
	Get
	Set
public:
property SizeF PictureSize {
	SizeF get ();
	void set (SizeF value);
}
member PictureSize : SizeF with get, set

Property Value

SizeF
The size of the picture.

See Also