Class PngDestinationOptions
PNG-specific conversion output options.
Inherited Members
Namespace: Accusoft.PrizmDocServer.Conversion
Assembly: PrizmDocServerSDK.dll
Syntax
public class PngDestinationOptions
Properties
MaxHeight
Gets or sets the maximum pixel height of the output PNG(s), expressed as a CSS-style string, e.g. "600px". When specified, the output image is guaranteed to never be taller than the specified value and its aspect ratio will be preserved. This is useful if you need all of your output images to fit within a single row.
Declaration
public string MaxHeight { get; set; }
Property Value
Type | Description |
---|---|
String |
MaxWidth
Gets or sets the maximum pixel width of the output PNG(s), expressed as a CSS-style string, e.g. "800px". When specified, the output image is guaranteed to never be wider than the specified value and its aspect ratio will be preserved. This is useful if you need all of your output images to fit within a single column.
Declaration
public string MaxWidth { get; set; }
Property Value
Type | Description |
---|---|
String |