PrizmDoc Server .NET SDK

Show / Hide Table of Contents

Class PngDestinationOptions

PNG-specific conversion output options.

Inheritance
Object
PngDestinationOptions
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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
Back to top © 2019-2020 Accusoft Corporation. All Rights Reserved.