Class ConvertToOptions
Defines the options for converting a file to another format
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class ConvertToOptions
Defines the options for converting a file to another format
public class ConvertToOptions
When Jpg is used then you also need to specify the jpg height. Defaults to 300
public int JpgFormatHeight
| int |
When Jpg is used then you also need to specify the jpg width. Defaults to 300
public int JpgFormatWidth
| int |
Return a streaming response or return all bytes at once. Defaults to false
public bool StreamContent
| bool |
The desired target format for the converted file. Defaults to PDF
public ConvertToFormat Format { get; set; }
| ConvertToFormat |