AttachedFile.IsSizeSetByUser Property

Aspose.Note for .NET API

AttachedFileIsSizeSetByUser Property

Gets or sets a value indicating whether the value of the size of the icon was explicitly updated by the user.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public bool IsSizeSetByUser { get; set; }
Public Property IsSizeSetByUser As Boolean
	Get
	Set
public:
property bool IsSizeSetByUser {
	bool get ();
	void set (bool value);
}
member IsSizeSetByUser : bool with get, set

Property Value

Type: Boolean
See Also