Table of Contents

Class PreviewOptions

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Options that define how the preview URL must be constructed

public class PreviewOptions
Inheritance
PreviewOptions
Inherited Members

Properties

Page

Optional page number of document to start at, if applicable. Specified as string for future use cases around file types such as ZIP

public string Page { get; set; }

Property Value

string

Zoom

Optional zoom level to start at, if applicable

public int Zoom { get; set; }

Property Value

int