PrizmDoc Server .NET SDK

Show / Hide Table of Contents

Class DestinationOptions

Conversion output options.

Inheritance
Object
DestinationOptions
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 DestinationOptions

Constructors

DestinationOptions(DestinationFileFormat)

Initializes a new instance of the DestinationOptions class.

Declaration
public DestinationOptions(DestinationFileFormat format)
Parameters
Type Name Description
DestinationFileFormat format

File format to convert to.

Properties

Footer

Gets or sets the footer options which define the footer to be appended to each page of the output document. The original page content will be left unaltered. The overall page dimensions will be expanded to accommodate the footer content.

Declaration
public HeaderFooterOptions Footer { get; set; }
Property Value
Type Description
HeaderFooterOptions

Format

Gets file format to convert to.

Declaration
public DestinationFileFormat Format { get; }
Property Value
Type Description
DestinationFileFormat

Header

Gets or sets the header options which define the header to be appended to each page of the output document. The original page content will be left unaltered. The overall page dimensions will be expanded to accommodate the header content.

Declaration
public HeaderFooterOptions Header { get; set; }
Property Value
Type Description
HeaderFooterOptions

JpegOptions

Gets or sets JPEG-specific options, applied when the destination file format is JPEG.

Declaration
public JpegDestinationOptions JpegOptions { get; set; }
Property Value
Type Description
JpegDestinationOptions

PdfOptions

Gets or sets PDF-specific options, applied when the destination file format is PDF.

Declaration
public PdfDestinationOptions PdfOptions { get; set; }
Property Value
Type Description
PdfDestinationOptions

PngOptions

Gets or sets PNG-specific options, applied when the destination file format is PNG.

Declaration
public PngDestinationOptions PngOptions { get; set; }
Property Value
Type Description
PngDestinationOptions

TiffOptions

Gets or sets TIFF-specific options, applied when the destination file format is TIFF.

Declaration
public TiffDestinationOptions TiffOptions { get; set; }
Property Value
Type Description
TiffDestinationOptions
Back to top © 2019-2020 Accusoft Corporation. All Rights Reserved.