Enum PdfPageMode
Namespace: Aspose.Words.Saving
Assembly: Aspose.Words.dll (25.3.0)
Specifies how the PDF document should be displayed when opened in the PDF reader.
public enum PdfPageMode
Fields
FullScreen = 3
Full-screen mode, with no menu bar, window controls, or any other window visible.
UseAttachments = 5
Attachments panel is visible.
Not supported in the following PDF versions: Aspose.Words.Saving.PdfCompliance.PdfA1a, Aspose.Words.Saving.PdfCompliance.PdfA1b.
UseNone = 0
Neither document outline nor thumbnail images are visible.
UseOC = 4
Optional content group panel is visible.
Not supported in the following PDF versions: Aspose.Words.Saving.PdfCompliance.PdfA1a, Aspose.Words.Saving.PdfCompliance.PdfA1b.
UseOutlines = 1
Document outline is visible. Note that if there’re no outlines in the PDF document then outline navigation pane will not be visible anyway.
UseThumbs = 2
Thumbnail images are visible.