Class CustomThumbnailOptions
Options to define a custom thumbnail to retrieve
Inheritance
System.Object
CustomThumbnailOptions
Assembly: PnP.Core.dll
Syntax
public class CustomThumbnailOptions : object
Properties
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
Generate a thumbnail that fits inside a Width x Height pixel box, maintaining aspect ratio
Declaration
public int Height { get; set; }
Property Value
Generate a thumbnail that fits inside a Width x Height pixel box, maintaining aspect ratio
Declaration
public int Width { get; set; }
Property Value