1. Home
  2. /
  3. GroupDocs.Conversion.LowCode
  4. /
  5. GroupDocs.Conversion.Options.Load
  6. /
  7. PageLayoutOptions

PageLayoutOptions class

Describes page layout modes when loading web documents.

public class PageLayoutOptions : FlagsEnumeration

Public Members

namedescription
static readonly NoneDefault value
static readonly ScaleToPageHeightThis flag indicates that the content of the document will be scaled to fit the height of the first page. All document content will be placed on the single page only.
static readonly ScaleToPageWidthIndicates that the content of the document will be scaled to fit the page where the difference between the available page width and the overlapping content is greatest.

See Also