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