Class FixedDocumentViewerSettings
Represents fixed document viewer settings.
Inheritance
System.Object
FixedDocumentViewerSettings
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public sealed class FixedDocumentViewerSettings : Object
Properties
PrintSettings
Gets or sets the print settings.
Declaration
public PrintSettings PrintSettings { get; set; }
Property Value
PrintSettings
The print settings. |
UseOnlyStandardFonts
Gets or sets the setting if the RadPdfViewer should use only standard fonts.
Declaration
public bool UseOnlyStandardFonts { get; set; }
Property Value
System.Boolean
The use only standard fonts. |