Click or drag to resize

FileSystemClientGetPrintableAsync 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(Int64, Guid, NullableDecimal, NullableDecimal, NullablePrintSizeUnit) Gets an image scaled to match submitted max width or max height and converted to 300 dpi. If the image is smaller than the requested dimensions, the original image is returned.
Public methodGetPrintableAsync(Int64, Guid, NullableDecimal, NullableDecimal, NullablePrintSizeUnit, Stream) Gets an image scaled to match submitted max width or max height and converted to 300 dpi. If the image is smaller than the requested dimensions, the original image is returned.
Top
See Also