Search Results for

    Show / Hide Table of Contents

    Class CustomThumbnailOptions

    Options to define a custom thumbnail to retrieve

    Inheritance
    object
    CustomThumbnailOptions
    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 CustomThumbnailOptions

    Properties

    Cropped

    Generate a thumbnail that fits inside a Width x Height pixel box, maintaining aspect ratio, followed by resizing the image to fill the Width x Height box and cropping whatever spills outside the box.

    Declaration
    public bool Cropped { get; set; }
    Property Value
    bool

    Height

    Generate a thumbnail that fits inside a Width x Height pixel box, maintaining aspect ratio

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

    Width

    Generate a thumbnail that fits inside a Width x Height pixel box, maintaining aspect ratio

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

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