1. GroupDocs.Viewer
  2. /
  3. GroupDocs.Viewer for .NET
  4. /
  5. GroupDocs.Viewer.Options
  6. /
  7. IMaxSizeOptions

IMaxSizeOptions

IMaxSizeOptions interface

Limits of image size options interface.

public interface IMaxSizeOptions

Properties

Name Description
MaxHeight { get; set; } Maximum height of an output image in pixels.
MaxWidth { get; set; } Maximum width of an output image in pixels.

See Also