Click or drag to resize

PhotoAlbumLayoutValues Enumeration

Photo Album Layout Definition

Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
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