Class PdfExportSettings
Provides different settings that are applied while exporting a RadDocument instance to PDF.
Inheritance
Namespace: Telerik.Windows.Documents.FormatProviders.Pdf
Assembly: Telerik.Windows.Documents.dll
Syntax
public class PdfExportSettings : Object
Constructors
PdfExportSettings()
Properties
CommentsExportMode
Gets or sets a value determining how Comment objects should be exported.
Declaration
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
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
public int ContentsDeflaterCompressionLevel { get; set; }
Property Value
System.Int32
|
DocumentInfo
Gets or sets the document information.
Declaration
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
public bool DrawPageBodyBackground { get; set; }
Property Value
System.Boolean
|
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
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
public int ImagesDeflaterCompressionLevel { get; set; }
Property Value
System.Int32
|
InlineUIContainersExportMode
Gets or sets a value determining how InlineUIContainer objects should be exported.
Declaration
public PdfInlineUIContainersExportMode InlineUIContainersExportMode { get; set; }
Property Value
PdfInlineUIContainersExportMode
The mode. |