Class
PdfExportSettings

Configures options for exporting flow documents to PDF, including numbering field precision and extensibility hooks for custom formatting.

Definition

Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.Export

Assembly:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.dll

Syntax:

cs-api-definition
public class PdfExportSettings : PdfExportSettings

Inheritance: objectPdfExportSettingsPdfExportSettings

Inherited Members PdfExportSettings.CanRaiseEvent()PdfExportSettings.RaiseEvent(DocumentUnhandledExceptionEventArgs)PdfExportSettings.IsEncryptedPdfExportSettings.StripJavaScriptActionsPdfExportSettings.StripStructureTreePdfExportSettings.UserPasswordPdfExportSettings.OwnerPasswordPdfExportSettings.ImageQualityPdfExportSettings.ComplianceLevelPdfExportSettings.UserAccessPermissionsPdfExportSettings.FontEmbeddingTypePdfExportSettings.EncryptionTypePdfExportSettings.ImageCompressionPdfExportSettings.StreamCompressionPdfExportSettings.ShouldExportXfaPdfExportSettings.TaggingStrategyPdfExportSettings.DocumentUnhandledException

Constructors

PdfExportSettings()

Initializes a new instance of the PdfExportSettings class.

Declaration

cs-api-definition
public PdfExportSettings()

Properties

ExtensibilityManager

Gets the extensibility manager for registering custom numbering style converters used during PDF export.

Declaration

cs-api-definition
public ExtensibilityManager ExtensibilityManager { get; }

Property Value

ExtensibilityManager

The extensibility manager.

NumberingFieldsPrecision

Gets or sets the precision level for updating numbering fields, controlling the trade-off between accuracy and performance during PDF export.

Declaration

cs-api-definition
public NumberingFieldsPrecisionLevel NumberingFieldsPrecision { get; set; }

Property Value

NumberingFieldsPrecisionLevel

The precision level.