PdfOptionsNotesCommentsLayouting Property |
Provides options that control how notes and comments is placed in exported document.
Namespace:
Aspose.Slides.Export
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 21.4.0.0 (21.4)
Syntaxpublic INotesCommentsLayoutingOptions NotesCommentsLayouting { get; }
Public ReadOnly Property NotesCommentsLayouting As INotesCommentsLayoutingOptions
Get
public:
virtual property INotesCommentsLayoutingOptions^ NotesCommentsLayouting {
INotesCommentsLayoutingOptions^ get () sealed;
}
abstract NotesCommentsLayouting : INotesCommentsLayoutingOptions with get
override NotesCommentsLayouting : INotesCommentsLayoutingOptions with get
Property Value
Type:
INotesCommentsLayoutingOptionsImplements
IPdfOptionsNotesCommentsLayouting
See Also