Search Results for

    Show / Hide Table of Contents

    Class PreviewOptions

    Options that define how the preview URL must be constructed

    Inheritance
    System.Object
    PreviewOptions
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class PreviewOptions : object

    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

    Declaration
    public string Page { get; set; }
    Property Value
    System.String

    Zoom

    Optional zoom level to start at, if applicable

    Declaration
    public int Zoom { get; set; }
    Property Value
    System.Int32

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer