Click or drag to resize

MediasClientGetPrintableAsync Method

To get started, call one of the following methods:
  • Anysense.API.Client.V1.ApiClient.Create
  • Anysense.API.Client.V1.ApiClient.CreateAsync
  • Anysense.API.Client.V1.ApiClient.CreateWithToken
  • Anysense.API.Client.V1.ApiClient.CreateWithTokenAsync
See Anysense.API.Client.Shared.BaseClient<T> for documentation on these methods.
Overload List
 NameDescription
Public methodGetPrintableAsync(Guid, NullableDecimal, NullableDecimal, NullablePrintSizeUnit) Gets an image scaled to match submitted max width or max height converted to 300dpi. If the image is smaller than the requested dimensions, the original image is returned.
Public methodGetPrintableAsync(Guid, NullableDecimal, NullableDecimal, NullablePrintSizeUnit, Stream) Gets an image scaled to match submitted max width or max height converted to 300dpi. If the image is smaller than the requested dimensions, the original image is returned.
Top
See Also