NotebookPdfSaveOptions Class

Allows to specify additional options when rendering notebook pages to PDF.
Inheritance Hierarchy
SystemObject
  Aspose.Note.SavingNotebookSaveOptions
    Aspose.Note.SavingNotebookSaveOptionsPdfSaveOptions
      Aspose.Note.SavingNotebookPdfSaveOptions

Namespace:  Aspose.Note.Saving
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 20.3
Syntax
public class NotebookPdfSaveOptions : NotebookSaveOptions<PdfSaveOptions>

The NotebookPdfSaveOptions type exposes the following members.

Constructors
  NameDescription
Public methodNotebookPdfSaveOptions
Initializes a new instance of the NotebookPdfSaveOptions class.
Properties
  NameDescription
Public propertyDeferredSaving
Gets or sets a value indicating whether children documents should be saved explicitly.
(Inherited from NotebookSaveOptions.)
Public propertyDocumentSaveOptions
Gets or sets the save options for all notebook's child documents.
(Inherited from NotebookSaveOptionsTDocumentSaveOptions.)
Public propertyFlatten
Gets or sets a value indicating whether the notebook children hierarchy is saved flattened.
(Inherited from NotebookSaveOptions.)
Public propertySaveFormat
Gets the format in which the notebook is saved.
(Inherited from NotebookSaveOptionsTDocumentSaveOptions.)
Methods
See Also