Class RadFixedDocument
Represents RadFixedDocument.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class RadFixedDocument : FixedDocumentElementBase, IFixedDocument, IDestinationContainer, IFixedDocumentElement, IOnExceptionEventRaiser
Constructors
RadFixedDocument()
Properties
AcroForm
Represents the interactive form properties of the current document.
Declaration
public AcroForm AcroForm { get; }
Property Value
Actions
Gets the document actions collection.
Declaration
public DocumentActionCollection Actions { get; }
Property Value
Annotations
Gets the annotations collection.
Declaration
public IEnumerable<Annotation> Annotations { get; }
Property Value
System. The annotations. |
Bookmarks
Gets the document bookmarks (outlines) collection.
Declaration
public BookmarksCollection Bookmarks { get; }
Property Value
CaretPosition
Gets the caret position in the document. This property only works with RadPdfViewer.
Declaration
public TextPosition CaretPosition { get; }
Property Value
Text The caret position. |
DocumentInfo
Gets the document info.
Declaration
public RadFixedDocumentInfo DocumentInfo { get; }
Property Value
Rad The document info. |
EmbeddedFiles
Gets the embedded files collection.
Declaration
public EmbeddedFilesCollection EmbeddedFiles { get; }
Property Value
Embedded The embedded files. |
HasLayers
Gets whether the document has layers.
Declaration
public bool HasLayers { get; }
Property Value
System.
|
NamedDestinations
Gets the named destinations collection.
Declaration
public NamedDestinationsCollection NamedDestinations { get; }
Property Value
Named The destinations. |
PageMode
Gets or sets how the document should be displayed when opened.
Declaration
public PageMode PageMode { get; set; }
Property Value
Pages
Gets the pages collection.
Declaration
public PageCollection Pages { get; }
Property Value
Page The pages collection. |
Selection
Gets the selection of the document.
Declaration
public TextSelection Selection { get; }
Property Value
Text The selection. |
Methods
Clone()
Clones the document content.
Declaration
public RadFixedDocument Clone()
Returns
Rad The cloned RadFixedDocument instance. |
Merge(RadFixedDocument)
Merges this document with the specified source document.
Declaration
public void Merge(RadFixedDocument source)
Parameters
Rad The source document. |
Events
DocumentUnhandledException
Occurs when an unhandled exception is thrown while loading the document properties, e.g. page content and annotations.
This event applies when the document is imported with the Pdf
Declaration
public event EventHandler<DocumentUnhandledExceptionEventArgs> DocumentUnhandledException
Event Type
System.
|
MergedEmbeddedFileNameResolving
Occurs when trying to resolve conflicts between the embedded file names while merging Rad
Declaration
public event EventHandler<DuplicatedEmbeddedFileNameResolvingEventArgs> MergedEmbeddedFileNameResolving
Event Type
System.
|
MergedFieldNameResolving
Occurs when trying to resolve conflicts between the fields names while merging Rad
Declaration
public event EventHandler<MergedFormFieldNameResolvingEventArgs> MergedFieldNameResolving
Event Type
System.
|
MergedJavaScriptNameResolving
Occurs when trying to resolve conflicts between the embedded file names while merging Rad
Declaration
public event EventHandler<DuplicatedJavaScriptNameResolvingEventArgs> MergedJavaScriptNameResolving
Event Type
System.
|