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
Options to define a custom thumbnail to retrieve
public class CustomThumbnailOptions : object
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.
public bool Cropped { get; set; }
|
System.Boolean
|
Generate a thumbnail that fits inside a Width x Height pixel box, maintaining aspect ratio
public int Height { get; set; }
|
System.Int32
|
Generate a thumbnail that fits inside a Width x Height pixel box, maintaining aspect ratio
public int Width { get; set; }
|
System.Int32
|