AttachedFile.IsPrintout Property

Aspose.Note for .NET API

AttachedFileIsPrintout Property

Gets or sets a value indicating whether the view of the file is printout.

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

Property Value

Type: Boolean
See Also