Class PreviewOptions
Options that define how the preview URL must be constructed
Inheritance
System.Object
PreviewOptions
Assembly: PnP.Core.dll
Syntax
public class PreviewOptions : object
Properties
Optional page number of document to start at, if applicable. Specified as string for future use cases around file types such as ZIP
Declaration
public string Page { get; set; }
Property Value
Optional zoom level to start at, if applicable
Declaration
public int Zoom { get; set; }
Property Value