ClassPdfExportSettings
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:
public class PdfExportSettings
Inheritance: objectPdfExportSettings
Constructors
PdfExportSettings()
Initializes a new instance of the PdfExportSettings class.
Declaration
public PdfExportSettings()
Properties
CommentsExportMode
Gets or sets a value determining how Comment objects should be exported.
Declaration
public PdfCommentsExportMode CommentsExportMode { get; set; }
Property Value
The mode.
ContentsCompressionMode
Gets or sets a value indicating the compression mode used when compressing page contents.
Declaration
public PdfContentsCompressionMode ContentsCompressionMode { get; set; }
Property Value
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
public int ContentsDeflaterCompressionLevel { get; set; }
Property Value
DocumentInfo
Gets or sets the document information.
Declaration
public PdfDocumentInfo DocumentInfo { get; set; }
Property Value
The document information.
DrawPageBodyBackground
Gets or sets a value indicating whether the exporter will draw a rectangle below the page body contents.
FloatingUIContainersExportMode
Gets or sets a value determining how FloatingUIContainer objects should be exported.
Declaration
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
public PdfImagesCompressionMode ImagesCompressionMode { get; set; }
Property Value
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
public int ImagesDeflaterCompressionLevel { get; set; }
Property Value
InlineUIContainersExportMode
Gets or sets a value determining how InlineUIContainer objects should be exported.
Declaration
public PdfInlineUIContainersExportMode InlineUIContainersExportMode { get; set; }
Property Value
PdfInlineUIContainersExportMode
The mode.