Search Results for

    Show / Hide Table of Contents

    Class PreviewOptions

    Options that define how the preview URL must be constructed

    Inheritance
    object
    PreviewOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class PreviewOptions

    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
    string

    Zoom

    Optional zoom level to start at, if applicable

    Declaration
    public int Zoom { get; set; }
    Property Value
    int

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