Click or drag to resize

PhotoAlbumLayoutValues Enumeration

Photo Album Layout Definition

Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntax
public enum PhotoAlbumLayoutValues
Members
Member nameValueDescription
FitToSlide0 Fit Photos to Slide.

When the item is serialized out as xml, its value is "fitToSlide".

OnePic1 1 Photo per Slide.

When the item is serialized out as xml, its value is "1pic".

TwoPic2 2 Photos per Slide.

When the item is serialized out as xml, its value is "2pic".

FourPic3 4 Photos per Slide.

When the item is serialized out as xml, its value is "4pic".

OnePicWithTitle4 1 Photo per Slide with Titles.

When the item is serialized out as xml, its value is "1picTitle".

TwoPicWithTitle5 2 Photos per Slide with Titles.

When the item is serialized out as xml, its value is "2picTitle".

FourPicWithTitle6 4 Photos per Slide with Titles.

When the item is serialized out as xml, its value is "4picTitle".

See Also