Class FixedDocumentViewerSettings
Represents fixed document viewer settings.
Inheritance
System.Object
FixedDocumentViewerSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public sealed class FixedDocumentViewerSettings
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
[Obsolete("This property is not longer in use.")]
public bool UseOnlyStandardFonts { get; set; }
Property Value
System.Boolean
The use only standard fonts. |