Class PreviewOptions
Options that define how the preview URL must be constructed
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class PreviewOptions
Options that define how the preview URL must be constructed
public class PreviewOptions
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; }
| string |
Optional zoom level to start at, if applicable
public int Zoom { get; set; }
| int |