Click or drag to resize

NotesPositions Enumeration

Represents the rule to render notes into exported document

Namespace:  Aspose.Slides.Export
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum NotesPositions
Members
  Member nameValueDescription
None0 Specifies that notes should not be displayed at all.
BottomFull1 Specifies that notes should be full displayed using additional pages as it is needed.
BottomTruncated2 Specifies that notes should be displayed in only one page.
See Also