INotesCommentsLayoutingOptionsNotesPosition Property |
Gets or sets the position of the notes on the page.
Namespace:
Aspose.Slides.Export
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 21.3.0.0 (21.3)
SyntaxNotesPositions NotesPosition { get; set; }
Property NotesPosition As NotesPositions
Get
Set
property NotesPositions NotesPosition {
NotesPositions get ();
void set (NotesPositions value);
}
abstract NotesPosition : NotesPositions with get, set
Property Value
Type:
NotesPositions
Remarks
Default is NotesPositions.None.
See Also