Gets the amount of space to insert between the image and its margin in the mail stamp.

Namespace:  Neodynamic.SDK
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.0)

Syntax

C#
public Padding ImagePadding { get; }
Visual Basic (Declaration)
Public ReadOnly Property ImagePadding As Padding
Visual C++
public:
property Padding^ ImagePadding {
	Padding^ get ();
}

See Also