EMEmailTestResultViewportHeight Property
|
Alterian Email Manager 6.2.3 SDK Help File
Gets and sets height for viewport in pixel
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic Nullable<int> ViewportHeight { get; set; }
Public Property ViewportHeight As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> ViewportHeight {
Nullable<int> get ();
void set (Nullable<int> value);
}
member ViewportHeight : Nullable<int> with get, set
function get_ViewportHeight();
function set_ViewportHeight(value);
Property Value
Type:
NullableInt32
See Also