Search Results for

    Show / Hide Table of Contents

    Class CustomThumbnailOptions

    Options to define a custom thumbnail to retrieve

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

    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
    System.Boolean

    Height

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

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

    Width

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

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

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