pageLayout property

ImageSaveOptions.pageLayout property

Gets or sets the layout used when rendering multiple pages into a single output.

get pageLayout(): Aspose.Words.Saving.MultiPageLayout

Remarks

Use one of the factory methods of MultiPageLayout to configure this property.

For SaveFormat.Tiff the default value is MultiPageLayout.tiffFrames(). For other formats the default value is MultiPageLayout.singlePage().

This property has effect only when saving to the following formats: SaveFormat.Jpeg, SaveFormat.Gif, SaveFormat.Png, SaveFormat.Bmp, SaveFormat.Tiff, SaveFormat.WebP

See Also