1. Home
  2. /
  3. GroupDocs.Conversion.LowCode
  4. /
  5. GroupDocs.Conversion.Options.Convert
  6. /
  7. PdfFormattingOptions

PdfFormattingOptions class

Defines Pdf formatting options.

public sealed class PdfFormattingOptions : ValueObject

Public Members

namedescription
PdfFormattingOptions()The default constructor.
CenterWindow { get; set; }Specifies whether position of the document’s window will be centered on the screen. Default: false.
Direction { get; set; }Sets reading order of text: L2R (left to right) or R2L (right to left). Default: L2R.
DisplayDocTitle { get; set; }Specifies whether document’s window title bar should display document title. Default: false.
FitWindow { get; set; }Specifies whether document window must be resized to fit the first displayed page. Default: false.
HideMenuBar { get; set; }Specifies whether menu bar should be hidden when document is active. Default: false.
HideToolBar { get; set; }Specifies whether toolbar should be hidden when document is active. Default: false.
HideWindowUI { get; set; }Specifies whether user interface elements should be hidden when document is active. Default: false.
NonFullScreenPageMode { get; set; }Sets page mode, specifying how to display the document on exiting full-screen mode.
PageLayout { get; set; }Sets page layout which shall be used when the document is opened.
PageMode { get; set; }Sets page mode, specifying how document should be displayed when opened.

See Also