Class CustomThumbnailOptions
Options to define a custom thumbnail to retrieve
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class CustomThumbnailOptions
Options to define a custom thumbnail to retrieve
public class CustomThumbnailOptions
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; }
| bool |
Generate a thumbnail that fits inside a Width x Height pixel box, maintaining aspect ratio
public int Height { get; set; }
| int |
Generate a thumbnail that fits inside a Width x Height pixel box, maintaining aspect ratio
public int Width { get; set; }
| int |