Class
PdfExportSettings

Provides different settings that are applied while exporting a RadDocument instance to PDF.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Pdf

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class PdfExportSettings

Inheritance: objectPdfExportSettings

Constructors

PdfExportSettings()

Initializes a new instance of the PdfExportSettings class.

Declaration

cs-api-definition
public PdfExportSettings()

Properties

CommentsExportMode

Gets or sets a value determining how Comment objects should be exported.

Declaration

cs-api-definition
public PdfCommentsExportMode CommentsExportMode { get; set; }

Property Value

PdfCommentsExportMode

The mode.

ContentsCompressionMode

Gets or sets a value indicating the compression mode used when compressing page contents.

Declaration

cs-api-definition
public PdfContentsCompressionMode ContentsCompressionMode { get; set; }

Property Value

PdfContentsCompressionMode

ContentsDeflaterCompressionLevel

Gets or sets a value indicating the compression level to be used when deflating images.

-1 = Automatic compression. 0 = No compression. 9 = Best compression. The default is 0.

Declaration

cs-api-definition
public int ContentsDeflaterCompressionLevel { get; set; }

Property Value

int

DocumentInfo

Gets or sets the document information.

Declaration

cs-api-definition
public PdfDocumentInfo DocumentInfo { get; set; }

Property Value

PdfDocumentInfo

The document information.

DrawPageBodyBackground

Gets or sets a value indicating whether the exporter will draw a rectangle below the page body contents.

Declaration

cs-api-definition
public bool DrawPageBodyBackground { get; set; }

Property Value

bool

FloatingUIContainersExportMode

Gets or sets a value determining how FloatingUIContainer objects should be exported.

Declaration

cs-api-definition
public PdfInlineUIContainersExportMode FloatingUIContainersExportMode { get; set; }

Property Value

PdfInlineUIContainersExportMode

The mode.

ImagesCompressionMode

Gets or sets a value indicating the compression mode used when compressing images.

Declaration

cs-api-definition
public PdfImagesCompressionMode ImagesCompressionMode { get; set; }

Property Value

PdfImagesCompressionMode

ImagesDeflaterCompressionLevel

Gets or sets a value indicating the compression level to be used when deflating images.

-1 = Automatic compression. 0 = No compression. 9 = Best compression. The default is 0.

Declaration

cs-api-definition
public int ImagesDeflaterCompressionLevel { get; set; }

Property Value

int

InlineUIContainersExportMode

Gets or sets a value determining how InlineUIContainer objects should be exported.

Declaration

cs-api-definition
public PdfInlineUIContainersExportMode InlineUIContainersExportMode { get; set; }

Property Value

PdfInlineUIContainersExportMode

The mode.