From 9079a64689878cc68594ec46cefdcbf9f58f5c12 Mon Sep 17 00:00:00 2001 From: yevgen-nykytenko Date: Fri, 2 Feb 2024 10:53:53 -0600 Subject: [PATCH] Update content 2024-02-02 10:53:53 --- .../pdfviewoptions/imagemaxheight/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/english/net/groupdocs.viewer.options/pdfviewoptions/imagemaxheight/_index.md b/english/net/groupdocs.viewer.options/pdfviewoptions/imagemaxheight/_index.md index fcaf79cd0..a71dea4a9 100644 --- a/english/net/groupdocs.viewer.options/pdfviewoptions/imagemaxheight/_index.md +++ b/english/net/groupdocs.viewer.options/pdfviewoptions/imagemaxheight/_index.md @@ -16,7 +16,7 @@ public int ImageMaxHeight { get; set; } ### Remarks -Use this property to set the maximum output image height (in pixels). GroupDocs.Viewer applies this property when rendering a single image to HTML only. For details, see the [documentation](https://docs.groupdocs.com/viewer/net/set-image-size-limits-when-rendering-to-pdf/). +Use this property to set the maximum output image height (in pixels). GroupDocs.Viewer applies this property when rendering a single image to PDF. For details, see the [documentation](https://docs.groupdocs.com/viewer/net/set-image-size-limits-when-rendering-to-pdf/). If you set the [`ImageHeight`](../imageheight) property, this property is ignored.