ThumbnailIsWidthSpecified Property |
Indicates whether Width property is specified.
Namespace:
Aspose.Email.Clients.Graph
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic bool IsWidthSpecified { get; set; }
Public Property IsWidthSpecified As Boolean
Get
Set
public:
property bool IsWidthSpecified {
bool get ();
void set (bool value);
}
member IsWidthSpecified : bool with get, set
Property Value
Type:
Boolean
See Also