| 
MergeImageFieldEventArgs
PictureSize Property
  | 
 Gets or sets the size of the picture.
 Namespace:
 Spire.Doc.Reporting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
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
 
 Type:
 
SizeF
 
 The size of the picture.
 
 See Also
See Also